Inventory_Presser_Slider::featured_select_options()
Creates an array of criteria options that powers the widget.
Return Return
(array)
Source Source
File: includes/widget/class-widget-inventory-slider.php
protected function featured_select_options() { return array( 'featured_priority' => __( 'Priority for Featured Vehicles', 'inventory-presser' ), 'featured_only' => __( 'Featured Vehicles Only', 'inventory-presser' ), 'random' => __( 'Random', 'inventory-presser' ), 'newest_first' => __( 'Newest Vehicles First', 'inventory-presser' ), ); }
Expand full source codeCollapse full source codeView on Github