Filters whether to prevent the prompt from being executed.
Parameters
$preventbool- Whether to prevent the prompt. Default false.
$builderWP_AI_Client_Prompt_Builder- A clone of the prompt builder instance (read-only).
Source
$prevent = (bool) apply_filters( 'wp_ai_client_prevent_prompt', false, clone $this );
Changelog
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.