Uses
Uses | Description |
---|---|
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/comment-template.php: get_comments_number | Filters the returned comment count for a post. |