Does the ‘sites’ parameter allow negative int for exclusion? #1781
Closed
Description
opened on May 20, 2020
Can I do
new WP_Query( array(
's' => 'search phrase',
'sites' => array( -2, -3 ),
) );
to exclude site 2 and 3?
Can I do
new WP_Query( array(
's' => 'search phrase',
'sites' => array( -2, -3 ),
) );
to exclude site 2 and 3?
Activity