Skip to content

Instantly share code, notes, and snippets.

@steveobbayi
Last active November 20, 2019 06:30
Show Gist options
  • Save steveobbayi/87433674238595011a471b5855c5d21e to your computer and use it in GitHub Desktop.
Save steveobbayi/87433674238595011a471b5855c5d21e to your computer and use it in GitHub Desktop.
<?php
if ( ! function_exists ( 'my_function' ) ) {
function my_function() {
// Contents of your parent theme function here.
}
}
function my_function() {
// Contents for your child theme function override here.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment