Support

Account

Home Forums ACF PRO WooCommerce and ACF upload files in Product Attributes Reply To: WooCommerce and ACF upload files in Product Attributes

  • Hi @funkman733

    I am not confident that I have understood your question but if you are looking to get the server path for certain field using the File field, you can use a native WP function such as get_attached_file()

    You can then echo the values using the the_field(..) function.