Support

Account

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}”