Last active
December 16, 2015 10:48
-
-
Save mkdizajn/5422407 to your computer and use it in GitHub Desktop.
wordpress child theme function override the parent theme with check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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