wp_signature_hosts WordPress Filter Hook
The wp_signature_hosts Wordpress hook allows you to set a list of hosts that are allowed to sign requests for your Wordpress site. This is useful for ensuring that only trusted hosts can access your site's data.
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.
Source
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |