remove_theme_support()
Function: Allows a theme to de-register its support of a certain feature
Source: wp-includes/theme.php:2973
Function: Allows a theme to de-register its support of a certain feature
Source: wp-includes/theme.php:2973
Function: Removes a user from a blog.
Source: wp-includes/ms-functions.php:230
Function: Renders a single block into a HTML string.
Source: wp-includes/blocks.php:990
Function: Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem.
Source: wp-admin/includes/file.php:2246
Function: Checks a theme’s support for a given feature before loading the functions which implement it.
Source: wp-includes/theme.php:3137
Function: Load the database class file and instantiate the `$wpdb` global.
Source: wp-includes/load.php:564
Function: Resets the mbstring internal encoding to a users previously set encoding.
Source: wp-includes/functions.php:7317
Function: Handles resetting the user’s password.
Source: wp-includes/user.php:3288
Function: Returns the correct ‘wp_template’ to render for the request template type.
Source: wp-includes/block-template.php:132
Function: Restores the current blog, after calling switch_to_blog() .
Source: wp-includes/ms-blogs.php:605
Function: Restores the translations according to the original locale.
Source: wp-includes/l10n.php:1727
Function: Restores the translations according to the previous locale.
Source: wp-includes/l10n.php:1707
Function: Adds Application Passwords info to the REST API index.
Source: wp-includes/rest-api.php:1187
Function: Registers the default REST API filters.
Source: wp-includes/rest-api.php:211
Function: Registers rewrite rules for the REST API.
Source: wp-includes/rest-api.php:179
Function: Loads the REST API.
Source: wp-includes/rest-api.php:389
Function: Adds REST rewrite rules.
Source: wp-includes/rest-api.php:194
Function: Checks for errors when using application password-based authentication.
Source: wp-includes/rest-api.php:1153
Function: Collects the status of authenticating with an application password.
Source: wp-includes/rest-api.php:1115
Function: Checks the equality of two values, following JSON Schema semantics.
Source: wp-includes/rest-api.php:1975
Function: Returns a contextual HTTP error code for authorization failure.
Source: wp-includes/rest-api.php:1340
Function: Converts an error to a response object.
Source: wp-includes/rest-api.php:3324
Function: Checks for errors when using cookie-based authentication.
Source: wp-includes/rest-api.php:1036
Function: Collects cookie authentication status.
Source: wp-includes/rest-api.php:1090
Function: Sets the “additionalProperties” to false by default for all object definitions in the schema.
Source: wp-includes/rest-api.php:3052
Function: Do a REST request.
Source: wp-includes/rest-api.php:533
Function: Ensures request arguments are a request object (for consistency).
Source: wp-includes/rest-api.php:592
Function: Ensures a REST response is a response object (for consistency).
Source: wp-includes/rest-api.php:618
Function: Filters the response to remove any fields not available in the given context.
Source: wp-includes/rest-api.php:2947
Function: Filters the REST API response to include only a white-listed set of response object fields.
Source: wp-includes/rest-api.php:870