Automattic\WooCommerce\Admin\API\AI
StoreTitle::get_schema()
Get the Business Description response.
Method of the class: StoreTitle{}
No Hooks.
Return
Array
.
Usage
$StoreTitle = new StoreTitle(); $StoreTitle->get_schema();
StoreTitle::get_schema() StoreTitle::get schema code WC 9.7.1
public function get_schema() { return array( 'ai_content_generated' => true, ); }