wp_signature_softfail

Advertisement

Summery Summery

Filters whether Signature Verification failures should be allowed to soft fail.

Syntax Syntax

apply_filters( 'wp_signature_softfail', bool $signature_softfail, string $url )

Description Description

WARNING: This may be removed from a future release.

Parameters Parameters

$signature_softfail

If a softfail is allowed.

$url

The url being accessed.

Source Source

File: wp-admin/includes/file.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Advertisement

Leave a Reply