Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function divi_child_theme_setup() {
  2. get_template_part( 'custom-modules/cbm' );
  3. $cbm = new WPC_ET_Builder_Module_Blog();
  4. remove_shortcode( 'et_pb_blog' );
  5. add_shortcode( 'et_pb_blog', array($cbm, '_shortcode_callback') );
  6. }
  7. add_action('et_builder_ready', 'divi_child_theme_setup' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement