Google MAP Section Action Hooks
The WooCommerce Event Manager Plugin Google MAP Section has a couple of Action Hooks available. You can hook up your function from anywhere from your website.
Hook
mep_event_before_google_mapFires before the Google Map section on the event details page.
Hook
mep_event_after_google_mapFires after the Google Map section on the event details page.
Event Page Action Hooks
Action hooks available on the single event details page to inject custom content around key sections.
Hook
mpwem_titleFires in the event title section.
Hook
mpwem_organizerFires in the event organizer section.
Hook
mpwem_locationFires in the event location section.
Hook
mpwem_timeFires in the event date/time section.
Hook
mpwem_descriptionFires in the event description section.
Hook
mpwem_custom_sliderFires in the event custom slider/gallery section.
Hook
mpwem_timelineFires in the event timeline section.
Hook
mpwem_socialFires in the social share section.
Hook
mpwem_mapFires in the Google Map section.
Hook
mpwem_speakerFires in the event speaker section.
Hook
mpwem_relatedFires in the related events section.
Hook
mpwem_faqFires in the event FAQ section.
Hook
mpwem_registrationFires in the event registration section.
Ticket & Cart Action Hooks
Action hooks available in the ticket selection area and WooCommerce cart/checkout flow.
Hook
mpwem_before_ticket_typeFires before the ticket type list in the admin settings.
Hook
mep_ticket_type_loop_list_row_startFires at the start of each ticket type row in the booking form.
Hook
mpwem_hidden_item_ticketFires inside each ticket item for hidden input fields.
Hook
mepgq_max_qty_hookFires for max quantity group checks.
Hook
mpwem_multi_attendeeFires for multi-attendee registration fields.
Hook
mpwem_single_attendeeFires for single attendee registration fields.
Hook
mep_add_term_conditionFires for the terms and conditions checkbox.
Hook
mep_after_ticket_typesFires after all ticket types are displayed.
Hook
mep_event_cart_data_regFires when cart item data is registered.
Hook
mep_cart_after_ticket_typeFires after a ticket type in the cart display.
Hook
mep_after_cart_item_display_listFires after the cart item display list.
Hook
mep_event_cart_order_data_addFires when order data is added for an event ticket.
Hook
mep_after_event_bookingFires after an event booking is completed.
Hook
mep_wc_order_status_changeFires when WooCommerce order status changes for an event order.
Event List & Calendar Action Hooks
Action hooks available in event list shortcodes and the calendar view.
Hook
mep_event_list_shortcodeFires inside the event list shortcode loop for each event.
Hook
mep_event_list_loop_headerFires at the start of the event list loop.
Hook
mep_event_list_loop_footerFires at the end of each event item in the list loop.
Hook
mep_event_list_loop_endFires after the event list loop ends.
Hook
mep_event_everyday_date_list_displayFires when displaying everyday date lists for events.
Hook
mep_single_before_event_date_list_itemFires before each event date list item on the single event page.
Hook
mep_single_after_event_date_list_itemFires after each event date list item on the single event page.
Hook
mpwem_list_ribbonFires in the ribbon area of event list items.
Hook
mpwem_list_thumbFires in the thumbnail area of event list items.
Hook
mpwem_list_locationFires in the location area of event list items.
Hook
mpwem_list_organizerFires in the organizer area of event list items.
Hook
mpwem_list_priceFires in the price area of event list items.
Hook
mep_before_add_calendar_buttonFires before the Add to Calendar button.
Hook
mep_after_add_calendar_buttonFires after the Add to Calendar button.
Hook
mep_calendar_before_renderFires before the calendar is rendered.
Hook
mep_calendar_after_renderFires after the calendar is rendered.
Admin & Settings Action Hooks
Action hooks available in the WordPress admin area for event settings and management.
Hook
mp_event_all_in_tab_menuFires in the event edit page tab menu area.
Hook
mpwem_event_tab_setting_itemFires for each event tab setting item.
Hook
mep_event_tab_before_ticket_pricingFires before the ticket pricing tab in event settings.
Hook
mep_event_tab_before_locationFires before the location tab in event settings.
Hook
mep_event_tab_after_locationFires after the location tab in event settings.
Hook
mpwem_settings_saveFires when event settings are saved.
Hook
mpwem_after_event_edit_saveFires after the event edit page save action.
Hook
add_mpwem_common_scriptFires to enqueue common admin scripts.
Hook
add_mpwem_admin_scriptFires to enqueue admin-specific scripts.
Filter Hook Reference
Available filter hooks to modify data throughout the plugin.
Filter
mep_ticket_type_priceModify the ticket price before display. Passes price, ticket name, event ID, and ticket type.
Filter
mep_event_confirmation_textModify the confirmation email body text.
Filter
mep_should_send_confirmation_emailDetermine whether to send the confirmation email.
Filter
mep_event_cart_item_dataModify cart item data before adding to cart.
Filter
mep_cart_date_formatModify the date format used in cart display.
Filter
mage_event_location_in_list_viewModify the location display in event list views.
Filter
mage_event_location_in_ticketModify the location display in the ticket area.
Filter
mage_event_single_tagsModify the tags display on the single event page.
Filter
mep_event_datetime_statusModify whether the end date/time is displayed for events.
Filter
mep_event_upcoming_dateModify the upcoming date display for recurring events.
Filter
mep_event_total_seat_countsModify the total seat count for an event.
Filter
mep_event_total_resv_seat_countModify the reserved seat count for an event.
Filter
mpwem_ticket_permissionModify ticket purchase permission for a specific ticket type.
Filter
mpwem_early_dateModify early bird date availability for a ticket type.
Filter
mep_events_post_type_supportModify the post type support features for events.
Filter
mep_events_post_type_show_in_restModify whether events are exposed via the REST API.
Filter
mep_fb_app_idModify the Facebook app ID used in meta tags.
Social Share Button Action Hooks
The WooCommerce Event Manager Plugin Social Share Button Section has a couple of Action Hooks available. You can hook up your function from anywhere from your website.
mep_before_social_share_listmep_after_social_share_list