wpseek.com
WordPress开发者和主题制作者的搜索引擎



interactivity_process_directives › WordPress过滤钩子

Since6.6.0
已弃用n/a
apply_filters( 'interactivity_process_directives', true )
参数:
  • (bool) $enabled Whether the directives processing is enabled.
    Required: Yes
定义在:
文档:

Filters whether Interactivity API should process directives.





Related Hooks: comment_edit_redirect

源码

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