Forked from cobaltapps/Add an external Custom Functions (PHP) file to Dynamik Website Builder
Created
March 7, 2019 02:27
-
-
Save DalavanCloud/25fa7e645f1018b1ca1143296917a359 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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