Advertisement

is_user_admin

Whether the current request is for a user admin screen.

is_network_admin

Whether the current request is for the network administrative interface.

is_blog_admin

Whether the current request is for a site’s administrative interface.

Advertisement

is_admin

Determines whether the current request is for an administrative interface page.

wp_clone

Copy an object.

wp_magic_quotes

Add magic quotes to `$_GET`, `$_POST`, `$_COOKIE`, and `$_SERVER`.

Advertisement

is_protected_ajax_action

Determines whether we are currently handling an AJAX action that should be protected against WSODs.

is_protected_endpoint

Determines whether we are currently on an endpoint that should be protected against WSODs.

Advertisement

wp_skip_paused_themes

Filters a given list of themes, removing any paused themes from it.

wp_skip_paused_plugins

Filters a given list of plugins, removing any paused plugins from it.