Closed ghost closed 10 years ago
The settings are saved as individual options using the $this->base
variable and the field ID as the option name. In the default settings class, $this->base
is set to wpt_
so, for example, the field with ID text_field
could be called by using get_option( 'wpt_text_field' );
.
Dear Hugh I'm trying to use your plugin
Can you create a small template function where you get the options saved with setting page ? thanks in advance