Last active
July 7, 2025 16:26
-
-
Save YahyaTec/db0458198a5cc4d58bd87b39cbbc7fdf 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