Bỏ qua cache css trên wordpress

Bỏ qua cache css trên wordpress

23/07/2024 - 45

function flatsome_child_enqueue_styles() {

    // Nếu bạn có một theme con, bạn cũng có thể enqueue tệp style.css của theme con
    if (is_child_theme()) {
        wp_enqueue_style('event', get_stylesheet_directory_uri() . '/style.css', array('flatsome-style'), '1.0');
    }
}
add_action('wp_enqueue_scripts', 'flatsome_child_enqueue_styles');

 

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *

Bài viết liên quan
Contact Me on Zalo