Created
November 30, 2014 08:11
-
-
Save iamcanadian1973/0d6a2ab2ad16a1bca39f to your computer and use it in GitHub Desktop.
Simple Social Icons remove inline styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function remove_widget_action() { | |
| global $wp_widget_factory; | |
| remove_action( 'wp_head', array($wp_widget_factory->widgets['Simple_Social_Icons_Widget'], 'css') ); | |
| } | |
| add_action('wp_head', 'remove_widget_action', 1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment