Support

Account

Home Forums Backend Issues (wp-admin) use get_field() inside acf/fields/taxonomy/query/ filter Reply To: use get_field() inside acf/fields/taxonomy/query/ filter

  • You must supply the post ID

    If it is the same post and the field is already saved

    
    $parent = get_field('field_5f326eac0b9d8', $post_id);
    

    Otherwise look at this topic https://support.advancedcustomfields.com/forums/topic/filter-post-object-based-on-selected-taxonomy/