apply_filters( 'wp_signature_hosts', string[] $hostnames )

Filters the list of hosts which should have Signature Verification attempted on.


Parameters

$hostnames string[]
List of hostnames.

Top ↑

Source

File: wp-admin/includes/file.php. View all references

$signed_hostnames = apply_filters( 'wp_signature_hosts', array( 'wordpress.org', 'downloads.wordpress.org', 's.w.org' ) );


Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes

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