array( array( 'label' => 'Label', 'value' => 'value', 'icon' => 'phone' ) ), 'icon' => 'none' ); function __construct($args) { parent::__construct($args); if ( !isset(static::$iconMsg) ) { static::$iconMsg = array( 'phone' => __('Phone devices, on 0px to 640px widths', 'ajax-search-pro'), 'tablet' => __('Tablet devices, on 641px to 1024px widths', 'ajax-search-pro'), 'desktop' => __('Desktop devices, 1025px width and higher', 'ajax-search-pro') ); } } public function render() { ?>