From b946e483523fde3c7ac48e60ab5e439693997f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Aner=C3=A3o?= Date: Sun, 9 Jun 2024 09:27:12 -0500 Subject: [PATCH] update: versao style para forcar load apos aplicar cache --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 0c0bcff..9d3bba2 100644 --- a/functions.php +++ b/functions.php @@ -11,9 +11,9 @@ function load_scripts() { wp_enqueue_style( 'font-awesome-blog', get_template_directory_uri() . '/vendor/fontawesome-free/css/all.min.css', array(), NULL, 'all' ); wp_enqueue_style( 'blog-style', get_template_directory_uri() . '/css/clean-blog.min.css', - array(), '1.0', 'all' ); + array(), '1.2', 'all' ); wp_enqueue_style( 'style', get_template_directory_uri() . '/style.css', - array(), '1.1', 'all' ); + array(), '1.2', 'all' ); //Arquivos .js wp_enqueue_script('jquery-js', get_stylesheet_directory_uri() . '/vendor/jquery/jquery.min.js',