Inventory_Presser_Admin_Options::callback_skip_trash()
Output the controls that create the Skip Trash setting.
Return Return
(void)
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' ) ); }
Expand full source code Collapse full source code View on Github