Elementor\User::get_introduction PHP Метод

get_introduction() публичный статический Метод

public static get_introduction ( )
    public static function get_introduction()
    {
        $introduction = self::get_current_introduction();
        if (empty($introduction['active'])) {
            return false;
        }
        $introduction['is_user_should_view'] = self::is_user_should_view_introduction();
        return $introduction;
    }