Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created April 28, 2022 18:42
Show Gist options
  • Save wpmu-authors/5c64a5a9c2e34dc999150120cac32bd6 to your computer and use it in GitHub Desktop.
Save wpmu-authors/5c64a5a9c2e34dc999150120cac32bd6 to your computer and use it in GitHub Desktop.
<?php
if ( ! function_exists ( 'my_function' ) ) {
function my_function() {
// Contents of your function here.
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment