You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed is_plugin_active() check in ucf-events.php and replaced with class_exists() check to prevent errors when wp-admin/includes/plugin.php is not loaded.
Enhancements:
* Added $fallback_message parameter to allow a no results message to be customized. Add the message by inserting it in between the opening and closing shortcodes (the content area), i.e. [ucf-events]<insert message here>[/ucf-events].
Updated layout hooks to use filters instead of actions. Please note this change is not backward-compatible with layouts registered using hooks provided by older versions of the plugin.