wp enque css delete cache
-
I have css file in my themes folder , I added like this.
wp_enqueue_style( 'slider', get_template_directory_uri() . '/css/slider.css',false,'3.5','all');
The problem is after making any changes to css file , it doesnt appear on site , you have to delete browser history to see css changes. I am using cache plugin too (WP-Fastest Cache) Deleting cache doesnt make any difference.
How can i fix this?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp enque css delete cache’ is closed to new replies.