WC_REST_Customers_Controller::get_formatted_item_data()protectedWC 3.0.0

Get formatted item data.

Method of the class: WC_REST_Customers_Controller{}

No Hooks.

Return

Array.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_formatted_item_data( $object );
$object(WC_Data) (required)
WC_Data instance.

Changelog

Since 3.0.0 Introduced.

WC_REST_Customers_Controller::get_formatted_item_data() code WC 8.7.0

protected function get_formatted_item_data( $object ) {
	return $this->get_formatted_item_data_core( $object );
}