Created
December 20, 2017 21:10
-
-
Save coderkevin/6c2ae3fe60c13597de6354658cb6ea4a to your computer and use it in GitHub Desktop.
WooCommerce Data Store Demo - Product Inventory - Update
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public function update( &$product ) { | |
$this->parent_instance->update( $product ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment