apply_filters( ‘wp_signature_softfail’, bool $signature_softfail, string $url )

In this article

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

Description

WARNING: This may be removed from a future release.

Parameters

$signature_softfailbool
If a softfail is allowed.
$urlstring
The url being accessed.

Source

apply_filters( 'wp_signature_softfail', true, $url )

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.