Inventory_Presser_Admin_Options::callback_skip_trash()

Output the controls that create the Skip Trash setting.

On This Page


Return Return

(void)


Top ↑

Source Source

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

	public function callback_skip_trash() {
		$this->boolean_checkbox_setting_callback(
			'skip_trash',
			__( 'Skip trash when deleting vehicles and delete permanently', 'inventory-presser' )
		);
	}