" . esc_html__( 'Check here', 'emailkit' ) . "" ), esc_html__( 'Need to activate plugin', 'emailkit' ) ); } }); new StyleLoad(); add_action('wp_loaded', [$this, 'add_editor_template']); } public function add_editor_template() { if(is_plugin_active('uafrica-shipping/uafrica-shipping.php') || ( get_template() == 'entry' )){ // Check if WooCommerce is active and initialize session if needed if (class_exists('WooCommerce') && function_exists('WC')) { if (is_null(WC()->session) && !headers_sent()) { WC()->session = new \WC_Session_Handler(); WC()->session->init(); } } } ?>