Home › Forums › Backend Issues (wp-admin) › Edit additional order info in order (admin) › Reply To: Edit additional order info in order (admin)
If you edit the order, you can get the post ID from the URL.
Then head to the database, hopefully, you have PHPMyAdmin
So just run:
SELECT * FROM
wp_postmetaWHERE
post_id= XX
Where the XX is your post ID from the order.
You can then view all the info stored against the order. You should be able to locate the field names you then need!
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.