wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



sanitize_key › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'sanitize_key', $sanitized_key, $key )
Parameter: (2)
  • () sanitized_key Sanitized key.
    Erforderlich: Ja
  • () key The key prior to sanitization.
    Erforderlich: Ja
Definiert in:
Codex:

Filters a sanitized key string.





Quellcode

return apply_filters( 'sanitize_key', $sanitized_key, $key );