wordpress w / wp_enqueue_script中的强制CSS更新仅适用于localhost?

时间:2017-02-25 15:49:16

标签: php css wordpress

我的子主题的functions.php中的以下代码适用于localhost更改(它们在不更新浏览器缓存的情况下实时更新)。

但是在我的实际网站上,这不起作用。我已经对目录进行了回声测试,并指向正确的位置,与localhost相同。

有人知道如何解决这个问题吗?

<?php
wp_enqueue_style( 'theme-styles', get_stylesheet_directory_uri() . '/style.css', array(), filemtime( get_stylesheet_directory() . '/style.css' ) );
?>

0 个答案:

没有答案