Description

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

Usage

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

Parameters

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

Location

events-maker.php

No replies yet

Be first to start the conversation.

Leave a Reply

Please, do not use this form for technical support. To get support for our plugins, use the support forum.

Your email address will not be published. Required fields are marked *