Last active
July 5, 2018 18:15
-
-
Save FinalDestiny/e314fca00b5763ddb7c18b418989dfe9 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
function video_module_setup() { | |
get_template_part( 'module/Video' ); remove_shortcode( 'et_pb_video' ); | |
add_shortcode( 'et_pb_video', array( new Cu_ET_Builder_Module_Video(), '_shortcode_callback' ) ); | |
} | |
add_action( 'et_builder_ready', 'video_module_setup' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment