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

Filters a sanitized HTML class string.


Description Description


Parameters Parameters

$sanitized

(string) The sanitized HTML class.

$class

(string) HTML class before sanitization.

$fallback

(string) The fallback string.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.