Automattic\WooCommerce\Admin\API\AI

StoreTitle::get_schema()publicWC 1.0

Get the Business Description response.

Метод класса: StoreTitle{}

Хуков нет.

Возвращает

Массив.

Использование

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

Код StoreTitle::get_schema() WC 9.7.1

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