sanitize_html_class


sanitize_html_class ( $classname, $fallback = '' )

Parameters:
  • (string) classname The classname to be sanitized.
  • (string) fallback Optional. The value to return if the sanitization ends up as an empty string. Default empty string.
Returns:
  • (string) The sanitized value.
Defined at:

Description

Sanitizes an HTML classname to ensure it only contains valid characters.Strips the string down to A-Z,a-z,0-9,_,-. If this results in an empty string then it will return the alternative value supplied.

Related Functions

sanitize_hex_color, sanitize_term, sanitize_meta, sanitize_term_field, sanitize_hex_color_no_hash

Top Google Results

User discussions

wpseek mobile