Created
July 7, 2014 15:17
-
-
Save DanielSantoro/b386934f8502f0077dea to your computer and use it in GitHub Desktop.
Show Options Page in "Settings" Section
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Adds "All Settings" link in the Settings Tab for Admins | |
function all_settings_link() { | |
add_options_page(__('All Settings'), __('All Settings'), 'administrator', 'options.php'); | |
} | |
add_action('admin_menu', 'all_settings_link'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Preview: http://cld.wthms.co/AiZX