| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/public_html/websites/rishh/XStore Theme/xstore/framework/plugin-disabled/ |
| Current File : //home/udaipurk/public_html/websites/rishh/XStore Theme/xstore/framework/plugin-disabled/init.php |
<?php
/**
* Init theme part while core plugin is disabled.
*
* @since 7.1.0
* @version 1.0.0
*/
add_action( 'wp_enqueue_scripts', function (){
$theme = wp_get_theme();
wp_enqueue_style("plugin-disabled", get_template_directory_uri().'/framework/plugin-disabled/css/style.css', array(), $theme->version);
}, 150 );
add_action( 'etheme_header', function (){
return get_template_part( 'framework/plugin-disabled/templates/header' );
} );
//etheme_copyrights_content