Home › Forums › General Issues › How to use WP Term Meta, the easy way! › Reply To: How to use WP Term Meta, the easy way!
There is also a backwards compatibility thing. There are times that some might have used get_option()
instead of get_field()
. If ACF wipes the options table then the update could break a site that does. For anyone that’s done this, or has a site that may have been built by someone else, I would most definitely back up the database before deleting data. You may need to go into the template code and find those places using get_option()
and switch them to either get_field()
or get_term_meta()
Yes, I’ve done this, why? So that sites keep working even if I need to disable ACF for some reason. I have a couple of sites that need some work 😛
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.