Last updated 2 months ago
The vendor can sell extra service for per ticket
add bellow code to functions.php file in child theme
add_filter( 'el_create_event_show_extra_service_tab', function(){ return false; } );
Copy file wp-content/plugins/eventlist/templates/vendor/__edit-event-extra-service.php to wp-content/themes/meup-child/eventlist/vendor/__edit-event-extra-service.php