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



interactivity_process_directives › WordPress Filter Hooks

Since6.6.0
Deprecatedn/a
apply_filters( 'interactivity_process_directives', true )
Parameters:
  • (bool) $enabled Whether the directives processing is enabled.
    Required: Yes
Defined at:
Codex:

Filters whether Interactivity API should process directives.





Related Hooks: comment_edit_redirect

Source

$interactivity_process_directives_enabled = apply_filters( 'interactivity_process_directives', true );