On this page
apply_filters( 'wp_signature_url', false|string $signature_url, string $url )
Filters the URL where the signature for a file is located.
Parameters
$signature_urlfalse|string-
The URL where signatures can be found for a file, or false if none are known.
$urlstring-
The URL being verified.
Source
File: wp-admin/includes/file.php. View all references
$signature_url = apply_filters( 'wp_signature_url', $signature_url, $url );
Related
Used By
| Used By | Description |
|---|---|
| download_url() wp-admin/includes/file.php | Downloads a URL to a local temporary file using the WordPress HTTP API. |
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_signature_url