Load a given plugin attempt to generate errors.
wp_clean_plugins_cache
Clears the plugins cache used by get_plugins() and by default, the plugin updates cache.
settings_fields
Output nonce, action, and option_page fields for a settings page.
add_option_whitelist
Adds an array of options to the options whitelist.
Advertisement
remove_option_whitelist
Removes a list of options from the options whitelist.
option_update_filter
Refreshes the value of the allowed options list available via the ‘allowed_options’ hook.
user_can_access_admin_page
Determines whether the current user can access the current admin page.
get_plugin_page_hookname
Gets the hook name for the administrative page of a plugin.
Advertisement
get_admin_page_title
Gets the title of the current admin page.
get_plugin_page_hook
Gets the hook attached to the administrative page of a plugin.
get_admin_page_parent
Gets the parent file of the current admin page.
menu_page_url
Get the URL to access a particular menu page based on the slug it was registered with.
Advertisement
remove_submenu_page
Remove an admin submenu.
remove_menu_page
Remove a top-level admin menu.
add_comments_page
Add submenu page to the Comments main menu.