Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cobaltapps/6381455 to your computer and use it in GitHub Desktop.
Save cobaltapps/6381455 to your computer and use it in GitHub Desktop.
if( file_exists( dynamik_get_stylesheet_location( 'path' ) . 'my-custom-functions.php' ) )
{
require_once( dynamik_get_stylesheet_location( 'path' ) . 'my-custom-functions.php' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment