HEX
Server: Apache
System: Linux host17.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
User: shrsglobal (7178)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //home/shrsglobal/www/wp-content/plugins/header-and-footer-scripts/inc/meta.php
<?php
/**
 * Plugin meta for single post or page type.
 *
 * @package    Header and Footer Scripts
 * @author     Anand Kumar <anand@anandkumar.net>
 * @copyright  Copyright (c) 2013 - 2026, Anand Kumar
 * @link       https://github.com/anandkumar/header-and-footer-scripts
 * @license    http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 */

if ( ! defined( 'ABSPATH' ) ) {
    exit;
}?>
 <div class="jamify_hfs_meta_control">

	<p><?php esc_html_e('The code below will be inserted into the &lt;head&gt; section of this specific page/post.', 'header-and-footer-scripts'); ?></p>
	<p>
		<textarea id="jamify_hfs_inpost_head_script" name="_inpost_head_script[synth_header_script]" rows="5" style="width:98%;font-family:monospace;"><?php if(!empty($meta['synth_header_script'])) echo esc_textarea( $meta['synth_header_script'] ); ?></textarea>
	</p>
</div>