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



excerpt_allowed_blocks › WordPress过滤钩子

Since5.0.0
已弃用n/a
apply_filters( 'excerpt_allowed_blocks', $allowed_blocks )
参数:
  • (string[]) $allowed_blocks The list of names of allowed blocks.
    Required: Yes
定义在:
文档:

Filters the list of blocks that can contribute to the excerpt.

If a dynamic block is added to this list, it must not generate another excerpt, as this will cause an infinite loop to occur.





源码

$allowed_blocks = apply_filters( 'excerpt_allowed_blocks', $allowed_blocks );