Inventory_Presser_Maximum_Price_Filter::display_types()
display_types
Return Return
(array) An associative array of display type choices, including buttons or text.
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' ), ); }
Expand full source codeCollapse full source codeView on Github