Filters a sanitized HTML class string.
Parameters
$sanitized
string- The sanitized HTML class.
$classname
string- HTML class before sanitization.
$fallback
string- The fallback string.
Source
return apply_filters( 'sanitize_html_class', $sanitized, $classname, $fallback );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.