Description

A filter that allows modification of any parameters of event-location taxonomy, while it’s registration.

Usage

function custom_em_register_event_locations($args) {
// your code here
return $args;
}
add_filter('em_register_event_locations', 'custom_em_register_event_locations', 10, 1);

Parameters

  • $args | array – an array of all available parameters, identical to the register_taxonomy() $args parameters

Location

events-maker.php