102 results found for “sanitize_”. Showing results 1 to 25.
-
functionsanitize_key()
Sanitizes a string key.
-
hooksanitize_key
Filters a sanitized key string.
-
functionsanitize_url()
Sanitizes a URL for database or redirect usage.
-
functionsanitize_post()
Sanitizes every post field.
-
functionsanitize_term()
Sanitizes all term fields.
-
functionsanitize_user()
Sanitizes a username, stripping out unsafe characters.
-
hooksanitize_user
Filters a sanitized username string.
-
functionsanitize_email()
Strips out all characters that are not allowable in an email.
-
hooksanitize_email
Filters a sanitized email address.
-
functionsanitize_title()
Sanitizes a string into a slug, which can be used in URLs or HTML attributes.
-
hooksanitize_title
Filters a sanitized title string.
-
functionsanitize_option()
Sanitizes various option values based on the nature of the option.
-
functionsanitize_bookmark()
Sanitizes all bookmark fields.
-
functionsanitize_category()
Sanitizes category data based on context.
-
functionsanitize_file_name()
Sanitizes a filename, replacing whitespace with dashes.
-
Filters a sanitized filename string.
-
functionsanitize_hex_color()
Sanitizes a hex color.
-
functionsanitize_mime_type()
Sanitizes a mime type
-
Filters a mime type following sanitization.
-
functionrest_sanitize_array()
Converts an array-like value to an array.
-
functionsanitize_html_class()
Sanitizes an HTML classname to ensure it only contains valid characters.
-
Filters a sanitized HTML class string.
-
functionsanitize_post_field()
Sanitizes a post field based on context.
-
functionsanitize_term_field()
Sanitizes the field value in the term based on the context.