Skip to content

Instantly share code, notes, and snippets.

@steveobbayi
Created November 20, 2019 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveobbayi/a5e7dc91bd47ed45698bb0a7cc2419f6 to your computer and use it in GitHub Desktop.
Save steveobbayi/a5e7dc91bd47ed45698bb0a7cc2419f6 to your computer and use it in GitHub Desktop.
<?php
function child_remove_parent_function() {
remove_action( 'init', 'parent_function', 10 );
}
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