Filters whether Signature Verification failures should be allowed to soft fail. WARNING: This may be removed from a future release.
true, $url
Sortie :
@param bool $signature_softfail If a softfail is allowed. @param string $url The url being accessed.
// Modifier la valeur avec le filtre 'wp_signature_softfail'
add_filter('wp_signature_softfail', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(true) {
// Modifier la valeur
return true;
}
Chargement des actualités...