Description
A filter that allows modification of any parameters of event-category taxonomy, while it’s registration.
Usage
function custom_em_register_event_categories($args) { // your code here return $args; } add_filter('em_register_event_categories', 'custom_em_register_event_categories', 10, 1);
Parameters
- $args | array – an array of all available parameters, identical to the register_taxonomy() $args parameters
Location
events-maker.php