EduardET

Load custom person module Divi 3.0.102

Feb 16th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. function divi_child_theme_add_custom_module() {
  2.     get_template_part( 'custom-modules/TeamMember' );
  3. }
  4. add_action('et_builder_ready', 'divi_child_theme_add_custom_module' );
Advertisement
Add Comment
Please, Sign In to add comment