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



should_load_block_editor_scripts_and_styles › WordPress过滤钩子

Since5.6.0
已弃用n/a
apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen )
参数:
  • (bool) $is_block_editor_screen Current value of the flag.
    Required: Yes
定义在:
文档:

Filters the flag that decides whether or not block editor scripts and styles are going to be enqueued on the current screen.





源码

return apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen );