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



the_excerpt_embed › WordPress过滤钩子

Since4.4.0
已弃用n/a
apply_filters( 'the_excerpt_embed', $output )
参数:
  • (string) $output The current post excerpt.
    Required: Yes
定义在:
文档:

Filters the post excerpt for the embed template.





源码

echo apply_filters( 'the_excerpt_embed', $output );