Skip to content

Instantly share code, notes, and snippets.

@iamcanadian1973
Created November 30, 2014 08:11
Show Gist options
  • Select an option

  • Save iamcanadian1973/0d6a2ab2ad16a1bca39f to your computer and use it in GitHub Desktop.

Select an option

Save iamcanadian1973/0d6a2ab2ad16a1bca39f to your computer and use it in GitHub Desktop.
Simple Social Icons remove inline styles
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