get_the_excerpt

过滤钩子


apply_filters( 'get_the_excerpt', $post->post_excerpt, $post )
定义位置
  • wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
    , line 1868
引入
n/a
弃用

This filter is documented in wp-includes/post-template.php

$excerpt = apply_filters( 'get_the_excerpt', $post->post_excerpt, $post );