Automattic\WooCommerce\Admin\API\AI

StoreTitle::get_schema()publicWC 1.0

Get the Business Description response.

Method of the class: StoreTitle{}

No Hooks.

Return

Array.

Usage

$StoreTitle = new StoreTitle();
$StoreTitle->get_schema();

StoreTitle::get_schema() code WC 9.7.1

public function get_schema() {
	return array(
		'ai_content_generated' => true,
	);
}