Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/feed.php | apply_filters | 234 | /** * Filters the post excerpt for a feed. * * @since 1.2.0 * * @param string $output The current post excerpt. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $output | The current post excerpt. |