wp_signature_softfail WordPress Filter Hook

The wp_signature_softfail Wordpress hook is used to verify that a user's signature is valid. If the signature is invalid, the user will be notified and given the opportunity to correct the signature.

apply_filters( 'wp_signature_softfail', bool $signature_softfail, string $url ) #

Filters whether Signature Verification failures should be allowed to soft fail.


Description

WARNING: This may be removed from a future release.


Top ↑

Parameters

$signature_softfail

(bool)If a softfail is allowed.

$url

(string)The url being accessed.


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.