Filter hook 'wp_signature_hosts'

in WP Core File wp-admin/includes/file.php at line 1264

Description

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

Occurrences

Filename Line Number
wp-admin/includes/file.php 1264

Parameters

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

PHP Doc

/**
		 * Filters the list of hosts which should have Signature Verification attempted on.
		 *
		 * @since 5.2.0
		 *
		 * @param string[] $hostnames List of hostnames.
		 */