apply_filters( 'sanitize_html_class', string $sanitized , string $classname , string $fallback )
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
File: wp-includes/formatting.php
.
View all references
return apply_filters( 'sanitize_html_class', $sanitized, $classname, $fallback );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |