I am trying to find a solution to create a backup file for a specific custom post type and its custom fields that were created by ACF pro plugin. The custom post type and custom fields were created by ACF pro plugin via PHP code.
The idea is, I want to clean the custom post types that the site doesn't need anymore but I prefer to create a backup file for their content which in the future, I may restore to the site again.
**For example**, the site has the clients' post type and custom fields that were created by ACF pro plugin. I create the custom post type and custom fields via PHP code. The site has the clients' data for 4 languages (EN, NL, FR, DE).
Is it possible that I can export the clients' post type, clients' custom fields, and content as the backup file then in the future, I can import them back to the site.
If it is possible, what do I need to achieve my goal?
sure, you can use one of the 3rd party-compatible plugins and export content you wish. You will need 3rd party plugins ( WP Sheet editor or WP All Export / WP All import) and our related addon WPML All Import.