How do I check and see if a value is set in an Advanced Custom Field?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
You can see in the docs that you get the values by get_field so do something like this:
Change field_name to your wanted field. |
|||
|
|
