Elementor\User::get_introduction_meta PHP 메소드

get_introduction_meta() 개인적인 정적인 메소드

private static get_introduction_meta ( )
    private static function get_introduction_meta()
    {
        $user = wp_get_current_user();
        return get_user_meta($user->ID, self::INTRODUCTION_KEY, true);
    }