Divi modules normally come up with three modules tabs What if we want to add new tabs for our custom modules? Divi theme provides awesome filter to add tabs on your module. You can see on Divi/Includes/Builder/class-et-builder-element.php return apply_filters( ‘et_builder_main_tabs’, $tabs ); Now we are using new tabs on existing modules tabs. add_filter( ‘et_builder_main_tabs’, …
Continue reading “How to add custom module tabs on Divi theme?”