Description
Filters whether Signature Verification failures should be allowed to soft fail. WARNING: This may be removed from a future release.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/file.php | 1325 |
Parameters
Type | Name | Description |
---|---|---|
bool | $signature_softfail | If a softfail is allowed. |
string | $url | The url being accessed. |
PHP Doc
/**
* Filters whether Signature Verification failures should be allowed to soft fail.
*
* WARNING: This may be removed from a future release.
*
* @since 5.2.0
*
* @param bool $signature_softfail If a softfail is allowed.
* @param string $url The url being accessed.
*/