Description
An action fired, right after event options metabox display.
Usage
function custom_em_after_metabox_event_options($opts) { // your code here } add_action('em_after_metabox_event_options', 'custom_em_after_metabox_event_options', 10, 1);
Parameters
- $opts | array – an array of all available display options (optional)
Location
includes/metaboxes.php