Support

Account

Home Forums Add-ons Options Page Get option values from specific options page? Reply To: Get option values from specific options page?

  • Hm. That’s unfortunate. Where are they stored under the wp_options table? I don’t see the one I’ve currently entered. Never mind, I was looking in the wrong database.

    Like I said in the original post, I’d expect to be able to access the option by using the_field('field_name','option_page_slug');. For storing under the WP_Options table, it could be prefixed with that slug to keep options unique to specific pages.