Extra Service

The vendor can sell extra service for per ticket

Hide Extra Servcies at frontend:

add bellow code to functions.php file in child theme

add_filter( 'el_create_event_show_extra_service_tab', function(){ return false; } );

Last updated