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

If a softfail is allowed.

$url

The url being accessed.


Source

File: wp-admin/includes/file.php

View on GitHub



Changelog

Changelog
Version Description
5.2.0 Introduced.