File "meta.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/header-and-footer-scripts/inc/meta.php
File
size: 412 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
<div class="shfs_meta_control">
<p><?php
esc_html_e('The script in the following textbox will be inserted to the <head> section', 'header-and-footer-scripts');
?>.</p>
<p>
<textarea name="_inpost_head_script[synth_header_script]" rows="5" style="width:98%;font-family:monospace;"><?php
if (!empty($meta['synth_header_script'])) {
echo $meta['synth_header_script'];
}
?></textarea>
</p>
</div>