WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about sanitize_key

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 2182 /**
* Filters a sanitized key string.
*
* @since 3.0.0
*
* @param string $sanitized_key Sanitized key.
* @param string $key The key prior to sanitization.
*/

Hook Parameters

Parameter Type Name Description
string $sanitized_key Sanitized key.
string $key The key prior to sanitization.