EduardET

Untitled

Jun 29th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. /*================================================
  2. #4 Load custom Blog Module
  3. ================================================*/
  4. function divi_child_theme_add_custom_module() {
  5.     get_template_part( 'custom-modules/FilterablePortfolio' );
  6. }
  7. add_action('et_builder_ready', 'divi_child_theme_add_custom_module' );
Add Comment
Please, Sign In to add comment