Force search to be for products in Relevanssi on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'relevanssi_modify_wp_query', function( $query ) {
$query->set( 'post_type', 'product' );
return $query;
} );
Force search to be for products in Relevanssi on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'relevanssi_modify_wp_query', function( $query ) {
$query->set( 'post_type', 'product' );
return $query;
} );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.