Uses
Uses | Description |
---|---|
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/feed.php: the_excerpt_rss | Filters the post excerpt for a feed. |
wp-includes/post-template.php: get_the_excerpt() | Retrieves the post excerpt. |