last update
-
hello, after the last update the following filter no longer works
add_filter(‘autoptimize_filter_js_exclude’,’jquery_toggle’);
function jquery_toggle($in) {
if ( is_single() ) {
return $in.’,js/jquery/jquery.js’;
} else {
return $in;
}
}help please
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
The topic ‘last update’ is closed to new replies.