Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created August 4, 2016 17:32
Show Gist options
  • Save ingozoell/0c356f93728e606a60ee803710cead01 to your computer and use it in GitHub Desktop.
Save ingozoell/0c356f93728e606a60ee803710cead01 to your computer and use it in GitHub Desktop.
function child_remove_parent_function() {
remove_action( 'init', 'parent_function' );
}
add_action( 'wp_loaded', 'child_remove_parent_function' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment