wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_trusted_keys › WordPress Filter Hooks

Da5.2.0
Deprecaton/a
apply_filters( 'wp_trusted_keys', $trusted_keys )
Parametri:
  • (string[]) $trusted_keys The trusted keys that may sign packages.
    Richiesto:
Definito a:
Codex:

Filters the valid signing keys used to verify the contents of files.





Sorgenti

return apply_filters( 'wp_trusted_keys', $trusted_keys );