Filters term data before it is inserted into the database.
wp_get_object_terms
Retrieves the terms associated with the given object(s), in the supplied taxonomies.
register_taxonomy
Creates or modifies a taxonomy object.
strip_shortcodes_tagnames
Filters the list of shortcode tags to remove from the content.
Advertisement
do_shortcode_tag
Filters the output created by a shortcode callback.
pre_do_shortcode_tag
Filters whether to call a shortcode callback.
rest_sanitize_value_from_schema
Sanitize a value based on a schema.
rest_validate_value_from_schema
Validate a value based on a schema.
Advertisement
rest_get_avatar_urls
Retrieves the avatar urls in various sizes.
rest_get_avatar_sizes
Retrieves the pixel sizes for avatars.
rest_is_boolean
Determines if a given value is boolean-like.
rest_sanitize_boolean
Changes a boolean-like value into the proper boolean value.
Advertisement
rest_is_ip_address
Determines if an IP address is valid.
rest_parse_request_arg
Parse a request argument based on details registered to the route.
rest_sanitize_request_arg
Sanitize a request argument based on details registered to the route.