WC_Data::get_data_keys()
Returns array of expected data keys for this object.
Method of the class: WC_Data{}
No Hooks.
Return
Array
.
Usage
$WC_Data = new WC_Data(); $WC_Data->get_data_keys();
Changelog
Since 3.0.0 | Introduced. |
WC_Data::get_data_keys() WC Data::get data keys code WC 9.7.1
public function get_data_keys() { return array_keys( $this->data ); }