Inventory_Presser_Location_Hours::delete_option()
Deletes the option that stores this widget’s data.
Return Return
(void)
Source Source
File: includes/widget/class-widget-hours.php
public function delete_option() { delete_option( 'widget_' . self::ID_BASE ); }
Expand full source codeCollapse full source codeView on Github