Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created January 21, 2014 13:39
Show Gist options
  • Save ingozoell/8540220 to your computer and use it in GitHub Desktop.
Save ingozoell/8540220 to your computer and use it in GitHub Desktop.
/* All Admin Settings */
function all_settings_link() {
add_options_page(__('All Settings'), __('All Settings'), 'administrator', 'options.php');
}
add_action('admin_menu', 'all_settings_link');
functions.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment