Inventory_Presser_Maximum_Price_Filter::display_types()

display_types


Return Return

(array) An associative array of display type choices, including buttons or text.


Top ↑

Source Source

File: includes/widget/class-widget-maximum-price-filter.php

	protected function display_types() {
		return array(
			'buttons' => __( 'Buttons', 'inventory-presser' ),
			'text'    => __( 'Text', 'inventory-presser' ),
		);
	}