slimndap/wp-theatre

s filter for events doesn't work

slimndap opened this issue · 0 comments

The s filter for WPT_Events::get() does not properly convert $productions_by_keyword to an array of IDs.

Line 898 in `WPT_events.php should be:

'value' => wp_list_pluck( $productions_by_keyword, 'ID'),