Automattic\WooCommerce\Admin\API\AI
AIEndpoint::get_schema()
Return schema properties.
Method of the class: AIEndpoint{}
No Hooks.
Return
Array
.
Usage
$AIEndpoint = new AIEndpoint(); $AIEndpoint->get_schema();
AIEndpoint::get_schema() AIEndpoint::get schema code WC 9.7.1
public function get_schema() { return array(); }