Plugin Directory

Custom Options

Quickly create, manage and use custom options in your themes!

Allows you to create custom options that you can easily update via the Options administration panel and also allows you to use mentioned options in your theme using a simple PHP function:

get_custom_option ( $slug [, $default_value, $field ] )

By default, only Administrators can change Custom Options, however you can use the filter gsp_custom_options_capability to change that. For example, if you wish to allow Editors to use Custom Options you can add this to your functions.php file:

function custom_options_capability ($capability) {
    return 'publish_pages';
}
add_filter ( 'gsp_custom_options_capability', 'custom_options_capability' );

Very simple, yet efficient.

Tags: ,

Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-2-14
Downloads: 390

Average Rating

4 stars
(3 ratings)

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

100,2,2 100,1,1 100,1,1