Tagged Questions
2
votes
1answer
271 views
Meta_query with relation 'OR' killing server CPU
function get_nb_offres( $typeOffre ) {
global $type_bien_correspondances;
$args = array(
'post_type' => 'annonces',
'meta_query' => array(
'relation' => ...