wp_signature_url WordPress Filter Hook

The wp_signature_url Wordpress hook allows you to add a signature to the end of a URL. This can be useful for adding a unique identifier to a URL, or for adding a tracking code.

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

(false|string)The URL where signatures can be found for a file, or false if none are known.

$url

(string)The URL being verified.


Top ↑

Source

File: wp-admin/includes/file.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.