Removing cookie-notice-front-css
-
Hi,
I am want to stop front.css file from loading when a page is loaded. I embedded all the styles in my main style.css file.
I tried to do it by adding the following code inside my functions.php, but it didn’t work.
function dequeue_unused_css_files() { wp_dequeue_style('cookie-notice-front-css'); wp_deregister_style('cookie-notice-front-css'); } add_action('wp_enqueue_scripts','dequeue_unused_css_files',100);I will appreciate a suggestion on how could I remove this file.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Removing cookie-notice-front-css’ is closed to new replies.