I found a number of plugins to rename a WP custom field and also some posts about how to do it by doing stuff directly in the database. Is it possible to achieve it more simply than that ?
Leave a Reply
You must be logged in to post a comment.
I found a number of plugins to rename a WP custom field and also some posts about how to do it by doing stuff directly in the database. Is it possible to achieve it more simply than that ?
You must be logged in to post a comment.
To do this you can use the following SQL:
Make sure that, if you have a prefix on your tables, you update the table name “wp_postmeta” to the actual name you have.