Filters the arguments used to fetch users for use as Hosts or Authors. Use to alter arguments if you wish to add restrictions by role, etc.
File: my-calendar-core.php
Code:
Since: 2.3.0
Filters the arguments used to fetch users for use as Hosts or Authors. Use to alter arguments if you wish to add restrictions by role, etc.
File: my-calendar-core.php
Code:
Since: 2.3.0
File: my-calendar-user.php
Code: do_action( 'mc_update_user_data', $_POST, $user_ID );
Since: 2.2.8
File: my-calendar-user.php
Code: do_action( 'mc_update_user_form', $user_ID );
Since: 2.2.8
Use this filter to create new, custom template tags usable by all of your My Calendar templating.
File: my-calendar-templates.php
Code: $details = apply_filters( 'mc_filter_shortcodes',$details,$event );
Since: 2.1.0
Modify output of locations navigation selector.
File: my-calendar-output.php
Code: $output = apply_filters('mc_location_selector',$output,$locations);
Since: 2.0.0