New and updated in 5.7.0
-
functionwp_replace_insecure_home_url()
Replaces insecure HTTP URLs to the site in the given content, if configured to do so.
-
functionwp_update_urls_to_https()
Update the ‘home’ and ‘siteurl’ option to use the HTTPS variant of their URL.
-
Updates the ‘https_migration_required’ option if needed when the given URL has been updated from HTTP to HTTPS.
-
functionrest_convert_error_to_response()
Converts an error to a response object.
-
Validates an integer value based on a schema.
-
Validates a string value based on a schema.
-
functionrest_validate_enum()
Validates that the given value is a member of the JSON Schema “enum”.
-
Validates a null value based on a schema.
-
Validates a boolean value based on a schema.
-
Validates an object value based on a schema.
-
Validates an array value based on a schema.
-
Validates a number value based on a schema.
-
functionrest_are_values_equal()
Checks the equality of two values, following JSON Schema semantics.
-
Gets the Application Password used for authenticating the request.
-
Filters the metadata provided for registering a block type.
-
Filters the settings determined from the block type metadata.
-
hookpre_wp_mail
Filters whether to preempt sending an email.
-
Filters the result of WP_Upgrader::install_package().
-
Filters the override parameters for a file before it is uploaded to WordPress.
-
hookthe_title_export
Filters the post title used for WXR exports.
-
Filters whether to show the bulk edit checkbox for a post in its list table.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-posts-list-table.php:1040 -
Returns the markup for the Created timestamp column. Overridden by children.
Used by 0 functions | Uses 1 function | Source: wp-admin/includes/class-wp-privacy-requests-table.php:519 -
Filters whether to short-circuit performing the months dropdown query.
-
functionwp_ajax_send_password_reset()
Handles sending a password reset link via AJAX.
-
Handles generating a password in the no-privilege context via AJAX.
-
Creates a new application password.
-
Collects the status of authenticating with an application password.
-
Fires for each custom column of a specific request type in the Requests list table.
Used by 2 functions | Uses 0 functions | Source: wp-admin/includes/class-wp-privacy-requests-table.php:508 -
functionwp_lazy_loading_enabled()
Determines whether to add the `loading` attribute to the specified tag in the specified context.
-
functionwp_filter_content_tags()
Filters specific tags in post content and modifies their markup.