apply_filters( ‘wp_trusted_keys’, string[] $trusted_keys )

In this article

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

Parameters

$trusted_keysstring[]
The trusted keys that may sign packages.

Source

return apply_filters( 'wp_trusted_keys', $trusted_keys );

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.