Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/file.php | apply_filters | 1293 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $signature_softfail | If a softfail is allowed. |
string | $url | The url being accessed. |