Advertisement
shuvocse

Cache-busting enqueued scripts and styles in WordPress

Apr 14th, 2021
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. if(site_url()=="http://localhost/theme-dev"){
  2.     define("VERSION", time());
  3. }else{
  4.     define("VERSION",wp_get_theme()->get("Version"));
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement