the_excerpt_embed

过滤钩子


apply_filters( 'the_excerpt_embed', $output )
参数
  • (string)
    $output
    The current post excerpt.
    Required:
定义位置
  • wp-includes/embed.php
    , line 1017
引入
4.4.0
弃用

Filters the post excerpt for the embed template.

echo apply_filters( 'the_excerpt_embed', $output );