Risk Free, Backed By Our 90-Day Money Back Guarantee
 - 
Read More
Lifetime Licenses Are Ending Soon, Get Yours Before They're Gone
 - 
Read More
Risk Free, Backed By Our 90-Day Money Back Guarantee
Pricing

You may have seen some references on our site to annual licensing or renewals.

All plugins currently come with a lifetime license, no matter what the site says.

We’re currently running tests before we make the switch to annual pricing. Check the Discounts tab to purchase our other plugins and get a lifetime license before they’re gone.

I Understand I Have a Lifetime License
Now is your last chance to buy a lifetime license before we switch to annual pricing. Existing licenses will be unaffected.
Read More
Docs Menu

The best import export plugin for WordPress & WooCommerce.

Complete, granular control of your data with an easy to use drag & drop interface.
  • 90 Day Money Back Guarantee
  • Unlimited Installs
  • Lifetime Licence
  • Fast, World-Class Support
Get Started
90 Day Money Back Guarantee

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.

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's taxonomy field 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.

Table of Contents

Advanced Topics

Step 1: Create a 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 ACF Fields 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 the 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 the 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 Data from WordPress

  • All ACF fields
  • Import back to WordPress
  • PHP code
  • Zapier integration
  • Woo, Meta Box, JetEngine

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 ACF › 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.

See How to Import Advanced Custom Fields for more information.

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 your favorite spreadsheet application.
  3. After you've made the changes, import the file back into WordPress using the Import with WP All Import option.
  4. After the import is complete, 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.

How Do I Export Custom Field Groups from ACF?

To export field groups in ACF, go to All Export › New Export and start a new export of the post type that contains the ACF fields. Drag the desired field groups from Available Data › ACF to the column selection area in the Drag & Drop screen.

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.

Why Is ACF Data Not Working with Oxygen Builder?

As long as you're using the ACF Export Add-On with the Migrate option in Step 1 of WP All Export, it should work fine during import using the bundle file with WP All Import and the ACF Import Add-On. Everything would be mapped automatically, and all data should work as expected after the migration.

What Add-Ons Do I Need to Export Advanced Custom Fields?

To export ACF fields, you must have the ACF Export Add-On active on your site along with WP All Export.

Export Advanced Custom Fields — Related Docs

Learn more about importing 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.

The best import export plugin for WordPress & WooCommerce.

Complete, granular control of your data with an easy to use drag & drop interface.
  • 90 Day Money Back Guarantee
  • Unlimited Installs
  • Lifetime Licence
  • Fast, World-Class Support
Get Started
90 Day Money Back Guarantee

Unlimited Installs.
World-Class Support. Money Back Guarantee.

Packages
Standalone
Import
Pro Package
$199
.00
/yr
Save $494, 71% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$693 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Import + Export Pro Package
$299
.00
/yr
Save $1087, 78% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$1386 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
WooCommerce Import Package
$169
.00
/yr
Save $29, 15% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$198 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Import Standalone
$99
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Import + Export Standalone
$169
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Export Standalone
$99
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Packages
Standalone
Import
Pro Package
$199
.00
/yr
Save $494, 71% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$693 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Import + Export Pro Package
$299
.00
/yr
Save $1087, 78% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$1386 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
WooCommerce Import Package
$169
.00
/yr
Save $29, 15% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$198 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Lifetime License
$999
One-Time Payment
  • Import Pro + Export Pro
  • All Current Add-Ons
  • All Future Add-Ons
  • Lifetime Support
  • Lifetime Updates
  • No Renewal Fees
Buy Now
90 Day Money Back Guarantee
Import Standalone
$99
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Import + Export Standalone
$169
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Export Standalone
$99
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
cross