
The All Settings plugin adds a sub-menu to your Setting menu that lets you see ALL the different setting available to you on your site. This plugin gives you access to the settings in your database from your backend.
While this may not be for your average user, if you’re interested in seeing all your settings in an easily-accessible place, then it does make it more convenient.
Featured Plugin - WordPress Membership Site Plugin
If you're thinking about starting a paid, or just private, membership site then this is truly the plugin you've been looking for. Easy to use, massively configurable and ready to go out of the box!
Find out more
Featured Plugin - WordPress Infinite SEO Plugin
Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO optimization of your WordPress setup - this is the only plugin you need to help you rank your site number 1 on Google - nothing else compares.
Find out more
Photo: hand choosing one of the options from BigStock


You don’t need a plugin for this.
Just go to /wp-admin/options.php
Absolutely agree with the first comment. Frankly, this is a useless plugin.
That’s actually all it does…
http://plugins.svn.wordpress.org/all-settings/trunk/all-settings.php
add_action(‘admin_menu’, ‘all_settings_menu’);
function all_settings_menu() {
add_submenu_page(‘options-general.php’, ‘All Settings’, ‘All Settings’, ‘administrator’, ‘options.php’);
}