New and updated in 4.7.0
-
Filters header video settings.
-
Fires after a specific network option has been successfully added.
-
Filters whether the user is allowed to edit meta for specific object types/subtypes.
-
Filters whether the user is allowed to add post meta to a post of a given type.
-
Fires when a custom bulk action should be handled.
-
Fires when a custom bulk action should be handled.
-
Returns the theme’s post templates.
-
Filters list of page templates for a theme.
-
Filters the prefix that indicates that a search term should be excluded from results.
-
Sanitize a value based on a schema.
-
functionrest_is_ip_address()
Determines if an IP address is valid.
-
functionrest_sanitize_boolean()
Changes a boolean-like value into the proper boolean value.
-
functionrest_is_boolean()
Determines if a given value is boolean-like.
-
functionrest_get_avatar_urls()
Retrieves the avatar URLs in various sizes.
-
functionrest_get_avatar_sizes()
Retrieves the pixel sizes for avatars.
-
Validate a value based on a schema.
-
Returns a contextual HTTP error code for authorization failure.
-
functionrest_validate_request_arg()
Validate a request argument based on details registered to the route.
-
functionrest_sanitize_request_arg()
Sanitize a request argument based on details registered to the route.
-
functionrest_parse_request_arg()
Parse a request argument based on details registered to the route.
-
functionregister_rest_field()
Registers a new field on an existing WordPress object type.
-
functioncreate_initial_rest_routes()
Registers default REST API routes.
-
functionwp_doing_ajax()
Determines whether the current request is a WordPress Ajax request.
-
hookwp_doing_ajax
Filters whether the current request is a WordPress Ajax request.
-
functionrestore_current_locale()
Restores the translations according to the original locale.
-
functionis_locale_switched()
Determines whether switch_to_locale() is in effect.
-
functionrestore_previous_locale()
Restores the translations according to the previous locale.
-
Filters the list of available language codes.
-
functionswitch_to_locale()
Switches the translations according to the given locale.
-
function_get_path_to_translation()
Gets the path to a translation file for loading a textdomain just in time.