clean_dirsize_cache | Cleans directory size cache used by recurse_dirsize(). | wp-includes/functions.php |
core_auto_updates_settings | Display WordPress auto-updates settings. | wp-admin/update-core.php |
get_media_states | Retrieves an array of media states from an attachment. | wp-admin/includes/template.php |
is_gd_image | Determines whether the value is an acceptable type for GD image functions. | wp-includes/media.php |
rest_add_application_passwords_to_index | Adds Application Passwords info to the REST API index. | wp-includes/rest-api.php |
rest_application_password_check_errors | Checks for errors when using application password-based authentication. | wp-includes/rest-api.php |
rest_application_password_collect_status | Collects the status of authenticating with an application password. | wp-includes/rest-api.php |
rest_find_any_matching_schema | Finds the matching schema among the "anyOf" schemas. | wp-includes/rest-api.php |
rest_find_matching_pattern_property_schema | Finds the schema for a property using the patternProperties keyword. | wp-includes/rest-api.php |
rest_find_one_matching_schema | Finds the matching schema among the "oneOf" schemas. | wp-includes/rest-api.php |
rest_format_combining_operation_error | Formats a combining operation error into a WP_Error object. | wp-includes/rest-api.php |
rest_get_allowed_schema_keywords | Get all valid JSON schema properties. | wp-includes/rest-api.php |
rest_get_combining_operation_error | Gets the error of combining operation. | wp-includes/rest-api.php |
rest_get_endpoint_args_for_schema | Retrieves an array of endpoint arguments from the item schema and endpoint method. | wp-includes/rest-api.php |
rest_validate_json_schema_pattern | Validates if the JSON Schema pattern matches a value. | wp-includes/rest-api.php |
wp_after_insert_post | Fires actions after a post, its terms and meta data has been saved. | wp-includes/post.php |
wp_apply_generated_classname_support | Add the generated classnames to the output. | wp-includes/block-supports/generated-classname.php |
wp_authenticate_application_password | Authenticates the user using an application password. | wp-includes/user.php |
wp_get_block_default_classname | Get the generated classname from a given block name. | wp-includes/block-supports/generated-classname.php |
wp_is_application_passwords_available | Checks if Application Passwords is globally available. | wp-includes/user.php |
wp_is_application_passwords_available_for_user | Checks if Application Passwords is available for a specific user. | wp-includes/user.php |
wp_is_authorize_application_password_request_valid | Checks if the Authorize Application Password request is valid. | wp-admin/includes/user.php |
wp_is_auto_update_forced_for_item | Checks whether auto-updates are forced for an item. | wp-admin/includes/update.php |
wp_is_json_media_type | Checks whether a string is a valid JSON Media Type. | wp-includes/load.php |
wp_populate_basic_auth_from_authorization_header | Populates the Basic Auth server details from the Authorization header. | wp-includes/load.php |
wp_should_load_block_editor_scripts_and_styles | Checks if the editor scripts and styles for all registered block types
should be enqueued on the current screen. | wp-includes/script-loader.php |
wp_untrash_post_set_previous_status | Filter callback which sets the status of an untrashed post to its previous status. | wp-includes/post.php |
wp_validate_application_password | Validates the application password credentials passed via Basic Authentication. | wp-includes/user.php |