apply_filters( 'sanitize_title', string $title , string $raw_title , string $context )
Filters a sanitized title string.
Parameters
- $title
-
Sanitized title.
- $raw_title
-
The title prior to sanitization.
- $context
-
The context for which the title is being sanitized.
Source
Changelog
Version | Description |
---|---|
WP-1.2.0 | Introduced. |