• If someone is interested, edit busted.php on line 38 so the action is “wp_enqueue_scripts” as opposed to “wp_print_scripts” and the plugin will work like it should.

    add_action( 'wp_enqueue_scripts', __CLASS__ . '::wp_print_scripts', PHP_INT_MAX - 1 );

  • The topic ‘Fix for plugin’ is closed to new replies.