WC_Data_Store::read()
Reads an object from the data store.
Method of the class: WC_Data_Store{}
No Hooks.
Return
null
. Ничего (null).
Usage
$WC_Data_Store = new WC_Data_Store(); $WC_Data_Store->read( $data );
- $data(WC_Data) (required) (passed by reference — &)
- WooCommerce data instance.
Changelog
Since 3.0.0 | Introduced. |
WC_Data_Store::read() WC Data Store::read code WC 8.0.2
public function read( &$data ) { $this->instance->read( $data ); }