Description
Filters the displayed post excerpt.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post-template.php | 401 |
wp-includes/comment.php | 2987 |
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php | 1898 |
wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php | 834 |
wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php | 861 |
Parameters
Type | Name | Description |
---|---|---|
string | $post_excerpt | The post excerpt. |
PHP Doc
/**
* Filters the displayed post excerpt.
*
* @since 0.71
*
* @see get_the_excerpt()
*
* @param string $post_excerpt The post excerpt.
*/