EduardET

Load custom Audio Module

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