add_action('wp_enqueue_scripts', function(){
if (is_admin()) return;
if(!is_product() && !is_cart() && !is_checkout()) return;
$base = get_stylesheet_directory_uri().'/inc/features/install-service/';
$path = get_stylesheet_directory().'/inc/features/install-service/';
$css = $path.'bep365-install-service.css';
$js = $path.'bep365-install-service.js';
if (file_exists($css)) wp_enqueue_style('bep365-install-service',$base.'bep365-install-service.css',[],filemtime($css));
if (file_exists($js)){
wp_enqueue_script('bep365-install-service',$base.'bep365-install-service.js',['jquery'],filemtime($js),true);
if (class_exists('WC_AJAX')){
wp_localize_script('bep365-install-service','BEP365InstallAjax',[
'url' => esc_url_raw(WC_AJAX::get_endpoint('bep365_install_update_cart')),
'nonce' => wp_create_nonce('bep365_install_update_cart')
]);
}
}
}, 20);
YÊU CẦU TƯ VẤN
Hỗ trợ tư vấn & thiết kế phòng bếp trọn gói với giá cạnh tranh nhất thị trường!
Đánh giá
Chưa có đánh giá nào.