Inventory_Presser_Admin_Options::callback_include_sold_vehicles()
Outputs a checkbox control for the Include Sold Vehicles setting.
Return
(void)
Source
File: includes/admin/class-admin-options.php
public function callback_include_sold_vehicles() { $this->boolean_checkbox_setting_callback( 'include_sold_vehicles', __( 'Include sold vehicles in listings and search results', 'inventory-presser' ) ); }
Expand full source code Collapse full source code View on Github