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
$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.