WC_Data_Store::delete PHP Method

delete() public method

Delete an object from the data store.
Since: 2.7.0
public delete ( &$data, array $args = [] )
$args array Array of args to pass to the delete method.
    public function delete(&$data, $args = array())
    {
        $this->instance->delete($data, $args);
    }