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

get_hash() private method

Returns a hash for the current action and site ID.
private get_hash ( ) : string
return string The hash for the current action and site ID.
    private function get_hash()
    {
        return (string) wp_hash($this->action . get_current_blog_id(), 'nonce');
    }