I'm talking about the following plugin :page-tagger
In a blank wordpress this plugin will work, but on my site this won't work:s the javascript won't load. While debuggin i found out that the add_action('wp_default_scripts', array(&$this, 'setup_scripts'), 100 );
apparently the hook isn't triggered anymore, does anybody have an idea? I do use plugins such as flutter,...