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