Inventory_Presser_Admin_Options::callback_use_carfax_provided_buttons()

Output the controls that create the Use Carfax-provided Buttons setting.


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class-admin-options.php

	public function callback_use_carfax_provided_buttons() {
		$this->boolean_checkbox_setting_callback(
			'use_carfax_provided_buttons',
			__( 'Use Carfax-provided, dynamic buttons that may also say things like "GOOD VALUE"', 'inventory-presser' )
		);
	}