How to Export Meta Box Advanced Fields
To export Meta Box advanced fields, navigate to All Export › New Export, select the post type with attached Meta Box advanced fields, and then customize the export template. You can drag & drop the Meta Box fields from Available Data › Meta Box.
Most of the Meta Box advanced fields can be exported. Here are more details on what each exports:
- Autocomplete: Export the chosen values. Multiple values are separated by a pipe character |.
- Background: Exports the selected background color in hexadecimal. For Example:
#c1c1c1
. - Color Picker: Exports the selected color in hexadecimal. For Example:
#c1c1c1
. - Date Picker: Exports the date in the format Y-m-d. Example:
2024-01-26
. - Datetime Picker: Exports the date and time in the format Y-m-d H:i:s. Example:
2024-01-26 01:12:30
. - Fieldset Text: The field can contain a set of text inputs. It will export each text input individually in its own column.
- Hidden: This field is a simple hidden input. It will export the text in the field.
- Image Select: This field lets you select a choice visually with images. It will export the chosen value.
- Key Value: Each key will be turned into a column with its corresponding value.
- oEmbed: Exports the URL to the embedded media.
- Password: Exports the stored password, which is encrypted as processed by wp_hash_password().
- Select Advanced: Exports the selected value. Multiple values are separated by a pipe character |.
- jQuery UI Slider: Exports the chosen number.
- Switch: Exports the switch. Exports
1
for on and0
for off. - Text List: The text list field is a list of text inputs. Each text input is exported in its own column.
- Time Picker: Exports the time in the format H:i:s. Example: 0
5:12:30
. - WYSIWYG Editor: Typical What-You-See-Is-What-You-Get field. Exports the content stored in the field.
Export Meta Box Advanced Fields — Frequently Asked Questions
Are All Meta Box Fields Supported?
Yes, the Meta Box Export Add-On supports most Meta Box fields available in Meta Box. To export your fields, you must install WP All Export Pro and the Meta Box Export Add-On.
Export Meta Box Data From WordPress
- Every Meta Box field
- Import back to WordPress
- PHP code
- Zapier integration
- Woo, ACF, JetEngine
Export Meta Box Advanced Fields — Related Docs
Learn more about importing Meta Box custom fields into WordPress using WP All Import.
Quickstart guide showing you how to export any data from WordPress using WP All Export.
Learn about our Automatic Scheduling Service to run your export on a schedule.