Automattic\WooCommerce\Internal\Agentic\Enums\Specs
MessageContentType{}
Content types for messages as defined in the Agentic Commerce Protocol.
Хуков нет.
Использование
$MessageContentType = new MessageContentType(); // use class methods
Методы
Нет Методов у класса.Код MessageContentType{} MessageContentType{} WC 11.0.1
class MessageContentType {
/**
* Plain text content.
*/
const PLAIN = 'plain';
/**
* Markdown formatted content.
*/
const MARKDOWN = 'markdown';
}