Inventory_Presser_Grid::delete_option()

Deletes the option that stores this widget’s data.

On This Page


Return Return

(void)


Top ↑

Source Source

File: includes/widget/class-widget-inventory-grid.php

	public function delete_option() {
		delete_option( 'widget_' . self::ID_BASE );
	}