apply_filters( 'sanitize_title', string $title, string $raw_title, string $context )

Filters a sanitized title string.


Description Description


Parameters Parameters

$title

(string) Sanitized title.

$raw_title

(string) The title prior to sanitization.

$context

(string) The context for which the title is being sanitized.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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