Home › Forums › ACF PRO › Option Pages – Advanced Configuration › Reply To: Option Pages – Advanced Configuration
Data can be stored in the default location, that is in the _options table. Or it can be stored on for a specific post, user or term.
Examples:
(numeric) 1 = Store values in post meta table for post ID 1
(string) term_1 = store values in term meta table for term ID 1
(string) user_1 = store values in user meta table for user ID 1
Special Strings
“my-options” = stores values in the options table. By default all fields are stored here with the field name prefixed by “options” or “options_{$field_name}”. Using a custom string will cause the option name to change “my-options_{$field_name}”
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.