Advertisement
SRD75

functions.php content

Nov 23rd, 2020
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. // Load Custom Divi Module
  2. function divi_child_theme_setup() {
  3.     if ( ! class_exists('ET_Builder_Module') ) {
  4.         return;
  5.     }
  6.     get_template_part( 'includes/builder/module/AgriminStaff' );
  7. }
  8. add_action( 'et_builder_ready', 'divi_child_theme_setup', 9999 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement