wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_ai_client_prevent_prompt › WordPress Filter Hooks

Since7.0.0
Deprecatedn/a
apply_filters( 'wp_ai_client_prevent_prompt', false, clone $this )
Parameters: (2)
  • () prevent Whether to prevent the prompt. Default false.
    Required: Yes
  • () builder A clone of the prompt builder instance (read-only).
    Required: Yes
Defined at:
Codex:

Filters whether to prevent the prompt from being executed.





Source

$prevent = (bool) apply_filters( 'wp_ai_client_prevent_prompt', false, clone $this );