Filters a sanitized HTML class string.
Parameters
$sanitizedstring- The sanitized HTML class.
$classnamestring- HTML class before sanitization.
$fallbackstring- 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.