File "help.php"
Full path: /var/www/html/cemeau/wp-content/plugins/siteorigin-panels/settings/tpl/help.php
File size: 293 bytes
MIME-type: text/html
Charset: utf-8
Download Open Edit Advanced Editor Back
<p>
<?php
echo preg_replace(
'/1\{ *(.*?) *\}/',
'<a href="https://siteorigin.com/page-builder/settings/" target="_blank" rel="noopener noreferrer">$1</a>',
esc_html__( 'Please read the 1{settings guide} of the Page Builder documentation for help.', 'siteorigin-panels' )
);
?>
</p>