Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Exclude the Site Reviews script from being minified with the SG Optimizer plugin
- * @param array $exclude
- * @return array
- */
- add_filter( 'sgo_js_minify_exclude', function( $exclude ) {
- $exclude[] = 'site-reviews';
- return $exclude;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement