Doesn't work on stylesheets in 4.2.2
-
I had to add ths line to the plugin for it to add timestamp queries to stylesheets enqueued with
wp_enqueue_style
:add_action( 'wp_print_styles', __CLASS__ . '::wp_print_scripts', PHP_INT_MAX - 1 );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Doesn't work on stylesheets in 4.2.2’ is closed to new replies.