Support

Account

Home Forums General Issues ACF Compare array to filed not working

Unread

ACF Compare array to filed not working

  • We have match id in WP_Query my value in array so i have compare IN query but still not response.

    Database value
    a:1:{i:0;s:3:”637″;}

    $args_latest = array(‘post_type’ => ‘post’, ‘posts_per_page’ => 5,’meta_query’ =>
    array(‘relation’ => ‘AND’,
    array(‘key’ => ‘other’,’value’ => array(‘637′,’555′,’111′),’compare’ => ‘IN’),
    )
    );
    $the_query_latest = new WP_Query( $args_latest );

Viewing 1 post (of 1 total)

The topic ‘ACF Compare array to filed not working’ is closed to new replies.