Forums

WP-SWFObject
Way to disable script on certain pages? (1 post)

  1. CarolineElisa
    Member
    Posted 9 months ago #

    Something like this in functions.php for Theme Hybrid:

    add_action( 'wp_print_scripts', 'deregister_swfplayer', 100 );
    function deregister_swfplayer() {
        if ( !in_category( 'animation' )) {
    		wp_deregister_script( 'wp-swfobject' );
    	}
    }

    Thanks!

    http://wordpress.org/extend/plugins/wp-swfobject/

Reply

You must log in to post.

About this Plugin

About this Topic

  • RSS feed for this topic
  • Started 9 months ago by CarolineElisa
  • This topic is not resolved
  • WordPress version: 3.4.1

Tags

No tags yet.