Advertisement

wp_magic_quotes

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

is_protected_ajax_action

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

Advertisement

is_protected_endpoint

Filters whether the current request is against a protected endpoint.

is_protected_endpoint

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

wp_skip_paused_themes

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

Advertisement

wp_skip_paused_plugins

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

wp_get_mu_plugins

Retrieve an array of must-use plugin files.

Advertisement

wp_not_installed

Redirect to the installer if WordPress is not installed.

wp_set_wpdb_vars

Set the database table prefix and the format specifiers for database table columns.