Hello,
maybe this question is asked/answered already but I couldn’t find answer so I’m posting a new one.
Is there any way to export GUI fields so I can use it later, for example if I format my PC and do a fresh WP install, or place my custom theme to some other WP installation (I do a PHP export and make a custom plugin from it)?
Or at least can you tell me where in db is stored info about GUI fields so I can dump that info and load dump to another WP db where I need GUI fields to continue development?
Thanks in advance.
Kindly regards,
Milan
Hi @milan.stosic
ACF contains an export page under ‘Custom Fields’.
You can export to either .xml or .php
As previously stated! /wp-admin/edit.php?post_type=acf&page=acf-export
Ok, thanks for both answers. I’ve tried that earlier (maybe in previous version) but it wasn’t it. I’ll check again and get to you again.
Regards