Filters the URL where the signature for a file is located.
Parameters
$signature_url
false|string- The URL where signatures can be found for a file, or false if none are known.
$url
string- The URL being verified.
Source
$signature_url = apply_filters( 'wp_signature_url', $signature_url, $url );
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.