Add magic quotes to `$_GET`, `$_POST`, `$_COOKIE`, and `$_SERVER`.
wp_set_internal_encoding
Set internal encoding.
wp_protected_ajax_actions
Filters the array of protected AJAX actions.
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.
wp_is_recovery_mode
Is WordPress in Recovery Mode.
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_get_active_and_valid_themes
Retrieves an array of active and valid themes.
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.
wp_get_active_and_valid_plugins
Retrieve an array of active and valid plugin files.
Advertisement
wp_not_installed
Redirect to the installer if WordPress is not installed.
wp_start_object_cache
Start the WordPress object cache.
wp_set_wpdb_vars
Set the database table prefix and the format specifiers for database table columns.