About

The Quick Event Manager WordPress plugin ( https://fullworksplugins.com/products/quick-event-manager/ ) enables easy event management. It offers a wide range of features while remaining user-friendly.

7 Snippets
<10 Favourites
<10 Downloads

Filter to change Custom Post Type settings | Quick Event Manager

The plugin uses Custom Post Types for Events. The default setting for the post type is…

Combine shortcodes to have more than one month in Fullworks' Event Manager

This snippet combines 3 shortcodes of qem to list the current month, next month and the…

Auto Responder Message Content | Quick Event Manager

add_filter('qem_autoresponder-message-content', , , 3); This filter allows you to alter the auto responder message content from…

Filter the message generated for admin confirmation | Quick Event Manager

add_filter('qem_registration_email_message',,,3); This filters allows you to adjust the confirmation email to the admin / organiser (…

Filter the decision to send a user confirmation | Quick Event Manager

add_filter('qem_registration_always_confirm',,,1); This filter returns a Boolean to decide if a confirm is to be sent or…

Filter to send admin confirms | Quick Event Manager

add_filter('qem_registration_always_confirm_admin',,,1); This filter returns a Boolean to decide if an admin confirm is to be sent…

How to Disable Comments on Event Posts? | Quick Event Manager

This code snippet is designed to automatically disable comments for event post types generated via the…