WPDev.one
Core Function
View Source on Trac ↗

wp_verify_fast_hash()

wp_verify_fast_hash( string $message, string $hash )

Checks whether a plaintext message matches the hashed value. Used to verify values hashed via wp_fast_hash().

Parameters 2 required

Name / Type Description
$message
string

The plaintext message.

Required
$hash
string

Hash of the message to check against.

Required

Return Value

(bool)
Whether the message matches the hashed message.

Function Information

Since Version
6.8.0
Source File
wp-includes/functions.php
Advertisement