Elementor\Widget_Button::get_button_sizes PHP 메소드

get_button_sizes() 공개 정적인 메소드

public static get_button_sizes ( )
    public static function get_button_sizes()
    {
        return ['xs' => __('Extra Small', 'elementor'), 'sm' => __('Small', 'elementor'), 'md' => __('Medium', 'elementor'), 'lg' => __('Large', 'elementor'), 'xl' => __('Extra Large', 'elementor')];
    }