Inpsyde\MultilingualPress\Common\Nonce\WPNonce::__toString PHP Method

__toString() public method

Returns the nonce value.
Since: 3.0.0
public __toString ( ) : string
return string Nonce value.
    public function __toString()
    {
        return (string) wp_create_nonce($this->get_hash());
    }