Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*================================================
- #3 Load custom Blog Module
- ================================================*/
- function divi_child_theme_setup() {
- get_template_part( 'custom-modules/ccfm' );
- $ccfm = new WPC_ET_Builder_Module_Contact_Form();
- remove_shortcode( 'et_pb_contact_form' );
- add_shortcode( 'et_pb_contact_form', array($ccfm, '_shortcode_callback') );
- }
- add_action('et_builder_ready', 'divi_child_theme_setup' );
Advertisement
Add Comment
Please, Sign In to add comment