Relevanssi with WP Event Manager
-
I noticed someone else having a similar issue and I spent hours trying to figure out a solution. I thought I’d share the filter in case someone else runs into the same issue. This is a filter that gets called after the search query for WP Event Manager. Without it, search results return empty when Relevanssi is enabled.
add_filter('get_event_listings_result_args', function($result) { relevanssi_do_query($result); return $result; });
I submitted this to the WP Event Manager team, so hopefully it gets added to their core.
Hope it helps.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Relevanssi with WP Event Manager’ is closed to new replies.