apply_filters( 'wp_signature_url', false|string $signature_url , string $url )
Filters the URL where the signature for a file is located.
Parameters
- $signature_url
-
The URL where signatures can be found for a file, or false if none are known.
- $url
-
The URL being verified.
Source
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |