AU
Size: a a a
AU
A
function testing_woo_product_query( $q ){
$q->set( 'post__in', array_values( 168819, 158285 ) );
}
add_action( 'woocommerce_product_query', 'testing_woo_product_query' );$q->set( 'post__in', [ 168819, 158285 ] );KL
KL
AU
function testing_woo_product_query( $q ){
$q->set( 'p', 168819 );
}
add_action( 'woocommerce_product_query', 'testing_woo_product_query' );A
function testing_woo_product_query( $q ){
$q->set( 'p', 168819 );
}
add_action( 'woocommerce_product_query', 'testing_woo_product_query' );KL
A
AU
KL
A
p?)AU
KL
p?)AU
p?)A
$q->set( 'post__in', [ 168819, 158285 ] );A
AU
A
Д
AU