Skip to content

Instantly share code, notes, and snippets.

@tsquez
Created April 18, 2015 14:29
Show Gist options
  • Save tsquez/7098d8ab5c9a1afadb8d to your computer and use it in GitHub Desktop.
Save tsquez/7098d8ab5c9a1afadb8d to your computer and use it in GitHub Desktop.
Wrap functions in "if function_exists" statement
if ( ! function_exists( 'function_name_goes_here' ) ) {
/* function goes here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment