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.
Parameters
- $signature_softfail
(bool)If a softfail is allowed.
- $url
(string)The url being accessed.
Source
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |