Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save cobaltapps/6381455 to your computer and use it in GitHub Desktop.

Select an option

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