Still works with v4.2.4
-
My only niggle with this plugin is the way in which the stylesheet is enqueued. As far as I’ve found it’s impossible to dequeue the styles so I’ve had to resort to editing plugin code.
Tried the following (among other permutations) with no success:// add_action('widgets_init','bra_twitter_widget_init'); add_action( 'widgets_init', 'dequeue_widget_script', 1000 ); function dequeue_widget_script() { // wp_enqueue_style("bra_twitter", $root."bra_twitter_widget.css"); wp_dequeue_style( 'bra_twitter' ); }
Contacted the dev with a change request but heard nothing.
- The topic ‘Still works with v4.2.4’ is closed to new replies.