Closed justintadlock closed 8 years ago
These filters in functions.php should be left to plugins:
functions.php
add_filter( 'style_loader_src', 'sitepointbasetheme_remove_cssjs_ver', 10, 2 ); add_filter( 'script_loader_src', 'sitepointbasetheme_remove_cssjs_ver', 10, 2 );
Removing the version does nothing to help the user. However, it messes up cache-busting when plugins update with new scripts/styles.
Closed by #49
These filters in
functions.php
should be left to plugins:Removing the version does nothing to help the user. However, it messes up cache-busting when plugins update with new scripts/styles.