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



excerpt_length › WordPress过滤钩子

Sincen/a
已弃用n/a
apply_filters( 'excerpt_length', $block_core_latest_posts_excerpt_length )
返回:
  • ()
定义在:
文档:

Callback for the excerpt_length filter used by the Latest Posts block at render time.





源码

$excerpt_length = (int) apply_filters( 'excerpt_length', $block_core_latest_posts_excerpt_length );