PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/eastfin/wp-content/themes/kingdom/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/eastfin/wp-content/themes/kingdom/functions.php |
<?php /** * @package WordPress * @subpackage: * Name: kingdom - Woocommerce Amazon Affiliate Theme * Author: FG * Name: http://themeforest.net/user/FG/portfolio * **/ ! defined( 'ABSPATH' ) and exit; // load the AA-Freamwork init file $kingdom_theme_path = get_template_directory() . '/'; if(class_exists('kingdom') != true) { require_once( $kingdom_theme_path . 'aa-framework/freamwork.class.php' ); // Initalize the theme $kingdom = new kingdom(); // Add an activation hook add_action( "after_switch_theme", array( $kingdom, 'activate' ), 10 , 2); } if ( ! function_exists( 'kingdom' ) ) { /** * TMDB manager. * @since 1.0 * @return TMDB */ function kingdom() { global $kingdom; return $kingdom; } } function remove_core_updates(){ global $wp_version;return(object) array('last_checked'=> time(),'version_checked'=> $wp_version,); } add_filter('pre_site_transient_update_core','remove_core_updates'); add_filter('pre_site_transient_update_plugins','remove_core_updates'); add_filter('pre_site_transient_update_themes','remove_core_updates');