Uses
Uses | Description |
---|---|
wp-includes/blocks.php: excerpt_remove_blocks() | Parses blocks out of a content string, and renders those appropriate for the excerpt. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/formatting.php: wp_trim_words() | Trims text to a certain number of words. |
wp-includes/formatting.php: excerpt_length | Filters the maximum number of words in a post excerpt. |
wp-includes/formatting.php: excerpt_more | Filters the string in the “more” link displayed after a trimmed excerpt. |
wp-includes/formatting.php: wp_trim_excerpt | Filters the trimmed excerpt string. |
wp-includes/shortcodes.php: strip_shortcodes() | Remove all shortcode tags from the given content. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: get_the_content() | Retrieve the post content. |
wp-includes/post-template.php: the_content | Filters the post content. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |