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 all references

apply_filters( 'wp_signature_softfail', true, $url )


Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes

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