WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_signature_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/file.php apply_filters 1261 /**
* 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.
*/

Hook Parameters

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