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