Description
Filters the URL where the signature for a file is located.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/file.php | 1293 |
Parameters
Type | Name | Description |
---|---|---|
false|string | $signature_url | The URL where signatures can be found for a file, or false if none are known. |
string | $url | The URL being verified. |
PHP Doc
/**
* Filters the URL where the signature for a file is located.
*
* @since 5.2.0
*
* @param false|string $signature_url The URL where signatures can be found for a file, or false if none are known.
* @param string $url The URL being verified.
*/