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);
    }