WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about sanitize_title

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 2219 /**
* 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.
*/

Hook Parameters

Parameter 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.