Inventory_Presser_Google_Maps_Widget::delete_option()
delete_option
On This Page
Description Description
Deletes the option that stores this widget's data.
Return Return
(void)
Source Source
File: includes/widget/class-widget-google-maps.php
public function delete_option() { delete_option( 'widget_' . self::ID_BASE ); }
Expand full source codeCollapse full source codeView on Github