Skip to content
github-actions[bot] edited this page Jun 21, 2026 · 8 revisions

category-icons.php

class-gamajo-template-loader.php

class-my-calendar-simple-search.php

conditionals.php

date-utilities.php

db.php

  • mc_db_prefix Filter the database prefix. Useful when accessing a remote database with a different prefix.

deprecated.php

event-utilities.php

general-utilities.php

ical.php

  • mc_event_has_alarm Filter information used to set an alarm on an event in .ics files.
  • mc_ical_timezone Filter TimeZone passed to DateTimeZone to set event timezone in iCal.
  • mc_ical_x_published_ttl Filter the suggested frequency for iCal subscription sources to be rechecked. Default 1440 (One day in minutes).

kses.php

legacy-functions.php

my-calendar-access-terms.php

my-calendar-api.php

my-calendar-categories.php

my-calendar-core.php

my-calendar-design.php

my-calendar-event-editor.php

my-calendar-event-manager.php

my-calendar-events.php

my-calendar-generator.php

my-calendar-group-manager.php

my-calendar-help.php

my-calendar-install.php

my-calendar-limits.php

my-calendar-location-manager.php

my-calendar-locations.php

my-calendar-migrate.php

my-calendar-navigation.php

my-calendar-output.php

my-calendar-print.php

my-calendar-search.php

  • mc_advanced_search Build the advanced search query. Default ''
  • mc_search_after HTML template after the search results. Default </ol>.
  • mc_search_before HTML template before the search results. Default <ol class="mc-event-list mc-search-results">.
  • mc_search_exportlinks Filter that inserts search export links. Default empty string.
  • mc_search_no_results HTML template if no search results. Default <li class='no-results'>" . __( 'Sorry, your search produced no results.', 'my-calendar' ) . '</li>.
  • mc_search_template Template for outputting search results. Default <strong>{date}</strong> {title} {details}.
  • mc_skip_search_results Number of results to skip. Default 0. Used for pagination.

my-calendar-settings.php

  • mc_after_settings Render content after settings panels have displayed. Default ''.
  • mc_capabilities Add custom capabilities to the array of My Calendar permissions. New capabilities can be assigned to roles in the My Calendar settings.
  • mc_save_settings Run when settings are saved. Default ''. First argument is a remnant from when this was a filter.
  • mc_settings_section_links Add additional buttons to collection of settings tabs.

my-calendar-shortcodes.php

  • mc_display_author Filter the author parameter for a My Calendar view if set as 'current'. Default current user ID.
  • mc_display_host Filter the host parameter for a My Calendar view if set as 'current'. Default current user ID.

my-calendar-templates.php

my-calendar-widgets.php

  • mc_draw_todays_event Draw a custom template for today's events. Returning any non-empty string short circuits other template settings.
  • mc_draw_upcoming_event Draw a custom template for upcoming events. Returning any non-empty string short circuits other template settings.
  • mc_event_today Filter the array of events listed in today's events lists.
  • mc_include_today_in_total Should today's events be counted towards total number of upcoming events. Default yes. Any value other than 'no' will be interpreted as 'yes'.
  • mc_today_attributes Modify the arguments used to generate today's events.
  • mc_todays_events_after Closing elements for today's events list items. Default </li>.
  • mc_todays_events_before Modify the HTML preceding each list item in a list of today's events.
  • mc_todays_events_footer Replace the list footer for today's events lists. Default value </ul>.
  • mc_todays_events_header Replace the list header for today's events lists. Default value <ul id='todays-events-$hash' class='mc-event-list todays-events'$lang>.
  • mc_upcoming_attributes Modify the arguments used to generate upcoming events.
  • mc_upcoming_date_from Custom upcoming events date start value for upcoming events lists using date parameters.
  • mc_upcoming_date_to Custom upcoming events date end value for upcoming events lists using date parameters.
  • mc_upcoming_events_footer Replace the list footer for upcoming events lists. Default value </ul></div>.
  • mc_upcoming_events_header Replace the list header for upcoming events lists. Default value <div class='mc-event-list-container'><ul id='upcoming-events-$hash' class='mc-event-list upcoming-events'$lang>.
  • mc_upcoming_events_template Pass a custom template to the upcoming events list. Template can either be a template key referencing a stored template or a template pattern using {} template tags.

my-calendar.php

post-types.php

screen-options.php

tribe.php

urls.php

Clone this wiki locally