Lifetime licenses are only available for a short time!

Now is your last chance to buy a lifetime license before we switch to annual pricing. Existing lifetime licenses will be unaffected so get in while you can!
  • 90-Day Money-Back Guarantee
  • Fast World Class Support
  • Unlimited Sites
  • Free Lifetime Updates
  • Easy to Use
  • Developer Friendly
Risk free! Cancel at any time with our 90-day guarantee
Get a lifetime license now for only 
$99
"All Import/Export is an awesome suite of tools. It gets me out of some tough challenges."
Eric Karkovack, Freelance Writer
"WP All Import - Versatile, and I have saved so much time with it over the years."
Matt Andrews, Full Stack Web Developer
"@WPAllImport just let me import 3000 products from some arbitrary Excel to WooCommerce w/ a few clicks, including images and categories."
Joris Witteman, Developer / Designer

Wait, Don’t Miss Your Chance for a Lifetime License!

@glitzformals
"This plugin is a game changer for my situation. I’m stunned at how fast and effortless the import process is."
@adatfalo
"I have never experienced such a quick and helpful support experience with any plugin, and by the way, the knowledge of the support colleagues is professional!"
@jessedw44
"Even if you just use this plugin once, it will save you time. If you work on several sites its invaluable. Constantly developed, and continuously supported. Great job."

90-Day Guarantee

Not 100% happy? Let us know and we’ll promptly send you a refund.

Free Updates For Life

Pay once for unlimited installs, even client sites. No renewal fees.

World Class Support

Over 9 years experience with WordPress imports and exports.

Your Last Chance for a Lifetime License!

We are soon moving to yearly licenses only. Once lifetime licenses are gone, they're gone forever.
@adatfalo
"I have never experienced such a quick and helpful support experience with any plugin, and by the way, the knowledge of the support colleagues is professional!"
@jessedw44
"Even if you just use this plugin once, it will save you time. If you work on several sites its invaluable. Constantly developed, and continuously supported. Great job."

90-Day Guarantee

Not 100% happy? Let us know and we’ll promptly send you a refund.

Free Updates For Life

Pay once for unlimited installs, even client sites. No renewal fees.

World Class Support

Over 9 years experience with WordPress imports and exports.
Now is your last chance to buy a lifetime license before we switch to annual pricing. Existing licenses will be unaffected.
Read More

How to Export Advanced Custom Fields (ACF)

WP All Export along with the ACF Export Add-On allows you to export data from any Advanced Custom Fields present in your post type or custom post type.

This documentation covers how to export Advanced Custom Fields using WP All Export. For a broader look at exporting Advanced Custom Fields, check out:

The Advanced Custom Fields (ACF) plugin extends basic custom fields to enable more complex fields, different layouts, and settings. WP All Import has an integration with the ACF plugin to export the information stored in such fields.

Export basic ACF text fields such as text area, number, range, email, URL, password, etc.

Export ACF picker fields such as date picker, date time picker, time picker, and color picker.

Export ACF media fields such as image, file, oEmbed, gallery, or even a Wysiwyg editor.

Export ACF choice fields such as select, checkbox, radio button, button group, etc.

Export ACF taxonomy fields using drag and drop.

Export ACF google maps fields with the address, latitude, and longitude information.

Export ACF relational fields such as link, post object, page link, relationship, etc.

Export ACF repeater and group fields easily.

Export ACF flexible content fields.


To export Advanced Custom Fields, go to All Export › New Export and select the post type or custom post type attached to your ACF fields. Set up the export using drag & drop, then process the export and download the export file.

Step 1: Create New Advanced Custom Fields (ACF) Export

Go to All Export › New Export and select the post type which contains the Advanced Custom Fields to export. In this guide, we are exporting Posts that contain various Advanced Custom Fields (ACF).

Click Customize Export File to continue and set up which fields to export.

Export Advanced Custom Fields Customize File

Step 2: Define Which Advanced Custom Fields (ACF) to Export

The next screen is the Drag & Drop interface. Here you can define the fields to be included with your posts export.

Under the Available Data › ACF section, you can find the different field groups and Advanced Custom Fields available to export.

Drag and drop all the desired fields from right to left. Once you define the export template, click the blue Continue button.

Export Advanced Custom Fields Define and Choose

Step 3: Configure ACF Export Settings

Next you will see the Export Settings screen:

Export Advanced Custom Fields Confirm and Run Export

Here you can define Scheduling Options to automate this export on a regular basis, or Advanced Options (such as only exporting posts once, or creating a new export file every time the export is run).

For this example, leave the settings with their default values.

Click on Confirm & Run Export to export all the posts along with their attached Advanced Custom Fields.

Step 4: Download ACF Export File

When the export completes, you will see the Confirm & Run screen.

Export Advanced Custom Fields Download File

To download the export file, click on the blue CSV button.

Alternatively, you can click the Bundle button. This option will download a .zip file that contains an import template in addition to the exported data. The template contains instructions for WP All Import on how import the data, which is used to support data migration from one website to another.

Export Advanced Custom Fields — Advanced Topics

How to Export Advanced Custom Fields On Their Own

This is not possible because Advanced Custom Fields are attached to post types or custom post types that exist on your site.

This means that you would need to export those post types to export the ACF fields attached to them. For example, when exporting Pages, WooCommerce Products, or WooCommerce Orders you can also export any Advanced Custom Fields attached to them.

WP All Export will export the actual data that's contained in those fields.

To export or import the ACF Field Groups themselves, you can use the options in Custom Fields › Tools.

Which Advanced Custom Fields to Export

You can export all default Advanced Custom Fields that are attached to the post type. The main categories are:

  • Basic
  • Content
  • Choice
  • Relational
  • jQuery
  • Layout
  • Table

Each category contains several fields. For example, the Basic fields are Text, Text area, Number, Range, Email, Url, and Password. To see all fields that you can export, refer to the table of contents at the beginning of this guide.

To export other custom ACF fields, you can use custom PHP code (see documentation) to parse the data as needed.

Export Advanced Custom Fields – Custom Hooks or Filters

You can use the wp_all_export_repeater_delimiter filter to change the default delimiter used in exported ACF Repeater fields.

Export Advanced Custom Fields — Frequently Asked Questions

How to Schedule an Advanced Custom Fields Export?

You can schedule your exports of ACF fields directly through our interface by using our Automatic Scheduling Service. Alternatively, you can create cron jobs manually on your server. Either approach will work, though our scheduling service is definitely more convenient.

For more information, see Automatic Scheduling Service and Manual Scheduling.

How to Import Advanced Custom Fields?

  1. Make sure WP All Import and our ACF Add-On are active.
  2. Go to All Import › New Import and start a new import of the post type where you added the ACF fields. Provide a valid input file.
  3. Map the incoming data elements to their correct ACF fields.
  4. Configure the remaining settings and run the import.
  5. Review the imported data to make sure it is correct.

How to Modify Advanced Custom Fields in Bulk?

  1. Create the export with the ACF fields that you want to change.
  2. Modify the export file in spreadsheet software (such as Numbers, Microsoft Excel, or Google Sheets), where it is easy to perform bulk changes with copy and paste, search-and-replace, etc.
  3. After you've made the changes, re-import the file back into WordPress using the Import with WP All Import option.
  4. After the import is complete, make sure you verify that your changes were correctly applied.

To learn more about the bulk edit process, please see the bulk editing overview.

Where Are Advanced Custom Fields Stored?

ACF stores the data for post custom fields in the post_meta table. It stores the data for all other custom fields in the options table. All the ACF data can be accessed using standard WordPress functions like get_post_meta and get_option if you use the correct meta_key or option_name.

How to Get an Advanced Custom Field Value?

Although you can retrieve an ACF value using a standard WP function like get_post_meta, the best way is to use an ACF function like get_field(). Using this function, ACF will format the value based on the field type, which makes it easier to use on the front end.

What Happens When ACF Adds a Field?

No worries. We work with the ACF team to stay on top of new features and fields coming to ACF, so our plugins are generally up-to-date. If you do notice a new ACF field that we don't yet support, let us know and we'll get you sorted out.

Related Docs

Learn more about how to import Advanced Custom Fields with WP All Import.

Execute custom code to modify the export data on the fly.

Integrate WP All Export with countless apps and services using Zapier.

$149 Drag & Drop Edit column labels, move them around, combine data, and create the exact spreadsheet you need. Any XML Structure Choose between drag & drop and hand-coding to match literally any XML schema, no matter how insane. Export Huge Datasets It doesn't matter how big your site is or how much data you need to export. Powerful Filters Create rules to determine exactly which data ends up in your export file. Scheduled Exports Run exports automatically on any schedule. Subscribe to our point and click scheduling service, or set up cron jobs. Zapier Integration Support for over 1000 apps including email, Dropbox, Google Drive, and more. <!--"I ran a large migration to Webflow recently and used WP All Export. It gives you a lot of options to select/deselect whats included in the export." Sean Pritzkau, Marketing Strategist--> "The WP All Export plugin has been invaluable in extracting content from my WordPress sites & prepping it for upload [to the @internetarchive]." Ken Gagne, Project Manager "WP All Import/Export have been huge time savers and worth every penny." Chrispian H. Burks, Sr. Web Applications Developer

Lifetime support. Lifetime updates. Pay once.

Packages
Standalone
Import
Pro Package
$249
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
Import + Export Pro Package
$299
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
WooCommerce Import Package
$149
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
Import Standalone
$99
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
Import + Export Standalone
$169
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
Export Standalone
$99
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
cross