the_excerpt_embed

过滤钩子
apply_filters( 'the_excerpt_embed', $output )
参数
  • (string) $output The current post excerpt.
    Required:
定义位置
相关勾子
the_excerptthe_excerpt_rssthe_excerpt_exportget_the_excerptthe_content_feed
相关方法
the_excerpt_embedthe_excerptthe_excerpt_rssget_the_excerptthe_content_feedhas_excerpt
引入
4.4.0
弃用
-

the_excerpt_embed是一个WordPress过滤钩,它允许开发人员修改摘录内容以用于WordPress嵌入功能。WordPress嵌入功能使用户能够将你的网站的内容嵌入到另一个网站,如一个文章或一个页面。

过滤嵌入模板的文章摘要。

echo apply_filters( 'the_excerpt_embed', $output );

常见问题

FAQs
查看更多 >