WC_Data_Store::create PHP Method

create() public method

Create an object in the data store.
Since: 2.7.0
public create ( &$data )
    public function create(&$data)
    {
        $this->instance->create($data);
    }