AiClient::getEventDispatcher(): WordPressAiClientDependenciesPsrEventDispatcherEventDispatcherInterface|null In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Gets the event dispatcher for prompt lifecycle events. Return WordPressAiClientDependenciesPsrEventDispatcherEventDispatcherInterface|null The event dispatcher, or null if not set. Source public static function getEventDispatcher(): ?EventDispatcherInterface { return self::$eventDispatcher; } View all references View on Trac View on GitHub Related Used byDescriptionWP_AI_Client_Prompt_Builder::__construct()wp-includes/ai-client/class-wp-ai-client-prompt-builder.phpConstructor. Changelog VersionDescription0.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.