Used By
Used By | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php: WP_REST_Revisions_Controller::prepare_item_for_response() | Prepares the revision for the REST response. |
wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php: WP_REST_Attachments_Controller::prepare_item_for_response() | Prepares a single attachment output for response. |
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php: WP_REST_Posts_Controller::prepare_item_for_response() | Prepares a single post output for response. |
wp-includes/formatting.php: wp_trim_excerpt() | Generates an excerpt from the content, if needed. |
wp-includes/feed.php: get_the_content_feed() | Retrieve the post content for feeds. |
wp-includes/post-template.php: the_content() | Display the post content. |
wp-includes/comment.php: do_trackbacks() | Perform trackbacks. |