apply_filters( 'wp_trusted_keys', string[] $trusted_keys )

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


Parameters

$trusted_keys

The trusted keys that may sign packages.


Source

File: wp-admin/includes/file.php

View on GitHub


Changelog

Changelog
Version Description
5.2.0 Introduced.