Skip to content

Instantly share code, notes, and snippets.

@drrobotnik
Created December 5, 2014 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save drrobotnik/1342fa87300a80684a7f to your computer and use it in GitHub Desktop.
Save drrobotnik/1342fa87300a80684a7f to your computer and use it in GitHub Desktop.
add_action('init', 'remove_jetpack_widget_conditions',11);
function remove_jetpack_widget_conditions(){
global $wp_filter;
remove_action( 'init', array('Jetpack_Widget_Conditions','init'), 10 );
//add_action( 'init', 'caava_widget_conditions', 12 );
var_dump($wp_filter);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment