wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_ai_client_prevent_prompt › WordPress Filter Hooks

Seit7.0.0
Veraltetn/v
apply_filters( 'wp_ai_client_prevent_prompt', false, clone $this )
Parameter: (2)
  • () prevent Whether to prevent the prompt. Default false.
    Erforderlich: Ja
  • () builder A clone of the prompt builder instance (read-only).
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to prevent the prompt from being executed.





Quellcode

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