wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



salt › Filtr WordPress Hooks

Od2.5.0
Przestarzałyn/a
apply_filters( 'salt', $cached_salts[ $scheme ], $scheme )
Parametry: (2)
  • (string) $cached_salt Cached salt for the given scheme.
    Wymagane: Tak
  • (string) $scheme Authentication scheme. Values include 'auth', 'secure_auth', 'logged_in', and 'nonce'.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the WordPress salt.





Powiązane Hooks:

Źródło

return apply_filters( 'salt', $cached_salts[ $scheme ], $scheme );