Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wpmu-authors/edf9249be7bbe47e45d8d0ba416f9bc6 to your computer and use it in GitHub Desktop.
Save wpmu-authors/edf9249be7bbe47e45d8d0ba416f9bc6 to your computer and use it in GitHub Desktop.
function child_function() {
// Contents for your function here.
}
add_action( 'init', 'child_function', 30 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment