HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/srce/public_html/wp-content/plugins/siteorigin-panels/tpl/help.php
<p>
	<?php esc_html_e( 'You can use SiteOrigin Page Builder to create home and sub pages, filled your own widgets.', 'siteorigin-panels' ); ?>
	<?php esc_html_e( 'The page layouts are responsive and fully customizable.', 'siteorigin-panels' ); ?>
</p>
<p>
	<?php
	preg_replace(
		array(
			'/1\{ *(.*?) *\}/',
			'/2\{ *(.*?) *\}/',
			'/3\{ *(.*?) *\}/',
		),
		array(
			'<a href="http://siteorigin.com/page-builder/documentation/" target="_blank" rel="noopener noreferrer">$1</a>',
			'<a href="http://siteorigin.com/threads/plugin-page-builder/" target="_blank" rel="noopener noreferrer">$1</a>',
			'<a href="http://siteorigin.com/#newsletter" target="_blank" rel="noopener noreferrer">$1</a>',
		),
		__( 'Read the 1{full documentation} on SiteOrigin. Ask a question on our 2{support forum} if you need help and sign up to 3{our newsletter} to stay up to date with future developments.', 'siteorigin-panels' )
	);
	?>
</p>