Filter hook 'sanitize_key'

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

Description

Filters a sanitized key string.

Occurrences

Filename Line Number
wp-includes/formatting.php 2186

Parameters

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

PHP Doc

/**
	 * Filters a sanitized key string.
	 *
	 * @since 3.0.0
	 *
	 * @param string $sanitized_key Sanitized key.
	 * @param string $key           The key prior to sanitization.
	 */