Filter hook 'sanitize_title'

in WP Core File wp-includes/formatting.php at line 2223

Description

Filters a sanitized title string.

Occurrences

Filename Line Number
wp-includes/formatting.php 2223

Parameters

Type Name Description
string $title Sanitized title.
string $raw_title The title prior to sanitization.
string $context The context for which the title is being sanitized.

PHP Doc

/**
	 * Filters a sanitized title string.
	 *
	 * @since 1.2.0
	 *
	 * @param string $title     Sanitized title.
	 * @param string $raw_title The title prior to sanitization.
	 * @param string $context   The context for which the title is being sanitized.
	 */