
GIỜ VÀNG SALE SỐC
Kết thúc sau:
function add_css(){
$version1=uniqid();
wp_register_style( ‘thang_css’, get_theme_root_uri().’/flatsome-child/ntclothes.css’,true,$version1,’all’);
wp_enqueue_style( ‘thang_css’ );
wp_enqueue_script(‘thang_js’, get_theme_root_uri().’/flatsome-child/ntclothes.js’, array(), $version1, true);
}
add_action( ‘wp_enqueue_scripts’, ‘add_css’,1000 );
Kết thúc sau: