Inpsyde\MultilingualPress\Common\Nonce\WPNonce::get_hash PHP 메소드

get_hash() 개인적인 메소드

Returns a hash for the current action and site ID.
private get_hash ( ) : string
리턴 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');
    }