-
-
Save dexit/240e46840ec279151d4fa164004736b5 to your computer and use it in GitHub Desktop.
add in child theme
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 ( ! function_exists( 'electro_premium_templates_path' ) ) { | |
/** | |
* emart Elementor Template function | |
* | |
* @param string $path elementor template path. | |
*/ | |
function electro_premium_templates_path( $path ) { | |
$path = 'https://electro.madrasthemes.com/4x/'; | |
return $path; | |
} | |
} | |
add_filter( 'mas_elementor_premium_templates_path', 'electro_premium_templates_path', 20 ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment