Description
Filters the valid signing keys used to verify the contents of files.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/file.php | 1563 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $trusted_keys | The trusted keys that may sign packages. |
PHP Doc
/**
* 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.
*/