Skip to content

Instantly share code, notes, and snippets.

@FinalDestiny
Last active July 5, 2018 18:15
Show Gist options
  • Save FinalDestiny/e314fca00b5763ddb7c18b418989dfe9 to your computer and use it in GitHub Desktop.
Save FinalDestiny/e314fca00b5763ddb7c18b418989dfe9 to your computer and use it in GitHub Desktop.
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