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_content_feed | Filters the post content for use in feeds. |
wp-includes/feed.php: get_default_feed() | Retrieve the default feed. |
wp-includes/post-template.php: get_the_content() | Retrieve the post content. |
wp-includes/post-template.php: the_content | Filters the post content. |