Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Prevents Autoptimize from moving the Site Reviews javascript file before the inline script
- * Paste this in your active theme's functions.php file.
- * @param array $exclude
- * @return array
- * @link https://wordpress.org/plugins/autoptimize/
- */
- add_filter( 'autoptimize_filter_js_dontmove', function( $exclude ) {
- $exclude[] = 'site-reviews.js';
- return $exclude;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement