WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_signature_hosts

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/file.php apply_filters 1234 /**
* Filters the list of hosts which should have Signature Verification attempted on.
*
* @since 5.2.0
*
* @param string[] $hostnames List of hostnames.
*/

Hook Parameters

Parameter Type Name Description
string[] $hostnames List of hostnames.