Support

Account

Home Forums ACF PRO Query posts by checkbox value (dynamically) Reply To: Query posts by checkbox value (dynamically)

  • The above should not have fixed the issue. There should be no overlaps of serialization information and your checkbox values. Are you sure you’re getting the correct posts? Or are you just not getting all of them now?

    What does this produce

    
    $subjects = get_field('subjects');
    var_dump($subjects);