Support

Account

Home Forums Backend Issues (wp-admin) get_field() empty on save_post when bulk editing Reply To: get_field() empty on save_post when bulk editing

  • In this context you must supply the post ID to get the field from

    
    $related_post = get_field('myRelationshipField', $post_id);