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