Remove scripts from pages without galleries
-
I have been experimenting to remove the three scripts from all pages/posts except my custom post type avada-portfolio. I am unable to get my function to work.
Does any one have suggestions to remove these three scripts except on a custom post type?
wp_deregister_script( 'jquery.justifiedGallery.min.js' ); wp_deregister_script( 'flickrJustifiedGalleryWPPlugin.js' ); wp_deregister_script( 'jquery.colorbox-min.js' );
- The topic ‘Remove scripts from pages without galleries’ is closed to new replies.