Answers for "wordpress style.css not updating"

CSS
0

wordpress style.css not updating

wp_register_style( 'custom-style', get_template_directory_uri() . '/css/custom-style.css', array(), rand(111,9999), 'all' );
Posted by: Guest on July-19-2021
0

wordpress style.css not updating

<link rel="stylesheet" type="text/css" href="http://website.com/css/custom-style.css?ver=<?php echo rand(111,999)?>">
Posted by: Guest on July-19-2021

Browse Popular Code Answers by Language