Hi,
Please I hope you can detail answer my question how Metabox works.
I will replace some field_id's from a settings-page with a tool like Better Search and Replace. Change all the contact_text (id) to wsfp_contact_text. When I do a search and replace in the database then all the field id's are replaced but the value that where added to the custom field is hide.
Better Search and Replace answer me: With regards to Metabox, I took a quick look, and it seems some fields are added via PHP code, so maybe after running the search/replace you will also have to update your PHP code to match the new field ID. Better Search Replace can only do search/replace on database records, not on PHP files.
I use the Metabox Builder.
What can I do to do a good replace of id's?