Skip to content

Instantly share code, notes, and snippets.

@adamdoe
Last active July 24, 2018 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamdoe/708ba352feb6f751321b2db84d8ffeda to your computer and use it in GitHub Desktop.
Save adamdoe/708ba352feb6f751321b2db84d8ffeda to your computer and use it in GitHub Desktop.
Theme utility start
if ( ! class_exists( 'theme_utilities' ) ) {
class theme_utilities {
public static function theme_function_one() { }
public static function theme_function_two() { }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment