Is it possible export the data of advance custom fields saved in the pages of another wordpress installation?
basically, I would like to import this data into my new wp installation, since they have the same contents.
I found the option to export from acf, but it seems to export only the structure of custom fields but not the content.
is it possible? any suggestion?
thanks
The data can be exported from the wp_postmeta table in your database. If you’re using multisite, the adjust your export for the corresponding table prefix, e.g. wp_2_postmeta.