WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_trusted_keys

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/file.php apply_filters 1527 /**
* Filters the valid signing keys used to verify the contents of files.
*
* @since 5.2.0
*
* @param string[] $trusted_keys The trusted keys that may sign packages.
*/

Hook Parameters

Parameter Type Name Description
string[] $trusted_keys The trusted keys that may sign packages.