Support

Account

Home Forums ACF PRO Trying to get server path of a File Reply To: Trying to get server path of a File

  • You mean like this?

    $order_id = $order->get_id();
    $file = get_field(‘outlook_for_the_year’, $order_id);
    $file_url =array();
    $file_url = $file[‘url’];