Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mkdizajn/5422407 to your computer and use it in GitHub Desktop.
Save mkdizajn/5422407 to your computer and use it in GitHub Desktop.
wordpress child theme function override the parent theme with check
if ( ! function_exists( 'theme_special_nav' ) ) {
function theme_special_nav() {
// Do something.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment