Add settings to your own theme or plugin. As simple as writing an array.
As of April 2026, Register Settings API is a WordPress admin plugin with 10 active installations and a 5/5 rating from 2 reviews. It has been downloaded 2.0K+ times in total. Requires WordPress 4.0+ and PHP false+. Available on WordPress.org since 2014. Last updated 11 years ago — may have compatibility concerns. Top alternative: Loginizer.
Add settings to your own theme or plugin. As simple as writing an array.
Full documentation at: http://www.wp-load.com/register-settings-api/
add_filter('register_settings_api', 'settings_array');
function settings_array( $options_page ) {
$options_page['my-menu-slug'] = array(
'menu_title' => 'My menu',
'page_title' => 'My page',
'option_name' =>…| WordPress | 4.0+ requiredTested up to 4.1.42 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.