apply_filters( 'sanitize_key', string $sanitized_key, string $key )

Filters a sanitized key string.


Parameters

$sanitized_key

Sanitized key.

$key

The key prior to sanitization.


Source

File: wp-includes/formatting.php

View on GitHub



Changelog

Changelog
Version Description
3.0.0 Introduced.