wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_trusted_keys › WordPress Filter Hooks

Since5.2.0
Deprecatedn/a
apply_filters( 'wp_trusted_keys', $trusted_keys )
Parameters:
  • (string[]) $trusted_keys The trusted keys that may sign packages.
    Required: Yes
Defined at:
Codex:

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





Source

return apply_filters( 'wp_trusted_keys', $trusted_keys );