Server IP : 192.64.118.117 / Your IP : 3.16.157.168 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/www/wp-content/plugins/insert-headers-and-footers/views/ |
Upload File : |
<div class="wrap"> <h2><?php echo $this->plugin->displayName; ?> » <?php _e('Settings', $this->plugin->name); ?></h2> <?php if (isset($this->message)) { ?> <div class="updated fade"><p><?php echo $this->message; ?></p></div> <?php } if (isset($this->errorMessage)) { ?> <div class="error fade"><p><?php echo $this->errorMessage; ?></p></div> <?php } ?> <div id="poststuff"> <div id="post-body" class="metabox-holder columns-2"> <!-- Content --> <div id="post-body-content"> <div id="normal-sortables" class="meta-box-sortables ui-sortable"> <div class="postbox"> <h3 class="hndle"><?php _e('Settings', $this->plugin->name); ?></h3> <div class="inside"> <form action="options-general.php?page=<?php echo $this->plugin->name; ?>" method="post"> <p> <label for="ihaf_insert_header"><strong><?php _e('Scripts in Header', $this->plugin->name); ?></strong></label> <textarea name="ihaf_insert_header" id="ihaf_insert_header" class="widefat" rows="8" style="font-family:Courier New;"><?php echo $this->settings['ihaf_insert_header']; ?></textarea> <?php _e('These scripts will be printed in the <code><head></code> section.', $this->plugin->name); ?> </p> <p> <label for="ihaf_insert_footer"><strong><?php _e('Scripts in Footer', $this->plugin->name); ?></strong></label> <textarea name="ihaf_insert_footer" id="ihaf_insert_footer" class="widefat" rows="8" style="font-family:Courier New;"><?php echo $this->settings['ihaf_insert_footer']; ?></textarea> <?php _e('These scripts will be printed above the <code></body></code> tag.', $this->plugin->name); ?> </p> <?php wp_nonce_field($this->plugin->name, $this->plugin->name.'_nonce'); ?> <p> <input name="submit" type="submit" name="Submit" class="button button-primary" value="<?php _e('Save', $this->plugin->name); ?>" /> </p> </form> </div> </div> <!-- /postbox --> <?php // RSS Feed if (isset($this->dashboard)) { ?> <div id="wpbeginner" class="postbox"> <h3 class="hndle"><?php _e('Latest from WPBeginner', $this->plugin->name); ?></h3> <div class="inside"> <?php $this->dashboard->outputDashboardWidget(); ?> </div> </div> <!-- /postbox --> <?php } ?> </div> <!-- /normal-sortables --> </div> <!-- /post-body-content --> <!-- Sidebar --> <div id="postbox-container-1" class="postbox-container"> <?php require_once($this->plugin->folder.'/_modules/dashboard/views/sidebar-donate.php'); ?> </div> <!-- /postbox-container --> </div> </div> </div>