wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_signature_softfail › WordPress Filter Hooks

Since5.2.0
Deprecatedn/a
apply_filters( 'wp_signature_softfail', true, $url )
Parameters: (2)
  • (bool) $signature_softfail If a softfail is allowed.
    Required: Yes
  • (string) $url The url being accessed.
    Required: Yes
Defined at:
Codex:

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

WARNING: This may be removed from a future release.





Source

apply_filters( 'wp_signature_softfail', true, $url )