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
There is a filter in stream wp_stream_query_args to pass query arguments. However passing record__in property to the arguement does not work. Looking at the function query
Did you check open PRs? We've been working on it with @kasparsd for a while #977#1011 unfortunately some missing plumbing systems (testing) have prevented this from landing.
There is a filter in stream
wp_stream_query_args
to pass query arguments. However passingrecord__in
property to the arguement does not work. Looking at the function querySpecifically line
$field = str_replace( array( 'record_', '__in' ), '', $key );
For key
record__in
this would return__in
not empty as intended.This is true for
record__not_in
as wellThe text was updated successfully, but these errors were encountered: