Horje

Full Fucntions code to appear all hidden Settings Wordpress

Just copy and past following codes to yourdomain.com/wp-content/themes/activated-theme/fucntions.php most below. Tested on: WordPress 3.1 RC3
functions.php
Example: PHP
// CUSTOM ADMIN MENU LINK FOR ALL SETTINGS
   function all_settings_link() {
    add_options_page(__('All Settings'), __('All Settings'), 'administrator', 'options.php');
   }
   add_action('admin_menu', 'all_settings_link');




Type:
php
Category:
Web Tutorial
Sub Category:
Wordpress Administration Shortcode
Uploaded by:
Admin