wordpress / latest / hooks / sanitize_html_class.html

apply_filters( 'sanitize_html_class', string $sanitized, string $class, string $fallback )

Filters a sanitized HTML class string.

Parameters

$sanitized string
The sanitized HTML class.
$class 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, $class, $fallback );

Used By

Used By Description

Changelog

Version Description
2.8.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/sanitize_html_class