W3cubDocs

/WordPress

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 on Trac

Changelog

Version Description
2.8.0 Introduced.

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