Home › Forums › General Issues › Update after changing checkbox value › Reply To: Update after changing checkbox value
Hi @mindgames
I would jump into your PHPmyAdmin (server database) and run some SQL on the wp_postmeta table.
You can do a find and replace for the old value to the new value. Please backup your DB before running any manual SQL.
Somehting like this should work:
UPDATE <code>wp_postmeta</code> SET meta_value='<span rel="tooltip" title="Jackpot" class="btn-danger mini-badges">J</span>' WHERE meta_value='<span title="Jackpot" class="btn-danger mini-badges">J</span>'
Hope that helps.
Thanks
E
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.