Inventory_Presser_Admin_Options::callback_use_carfax()
Output the controls that create the Display Carfax Buttons setting.
Return Return
(void)
Source Source
File: includes/admin/class-admin-options.php
public function callback_use_carfax() { $this->boolean_checkbox_setting_callback( 'use_carfax', __( 'Display Carfax buttons near vehicles that link to free Carfax reports', 'inventory-presser' ) ); }
Expand full source code Collapse full source code View on Github