apply_filters( ‘wp_signature_hosts’, string[] $hostnames )

In this article

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

Parameters

$hostnamesstring[]
List of hostnames.

Source

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

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

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