Uses
Uses | Description |
---|---|
wp-includes/comment-template.php: comment_excerpt_length | Filters the maximum number of words used in the comment excerpt. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
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/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: post_password_required() | Whether post requires password and correct password has been provided. |
wp-includes/comment-template.php: get_comment_excerpt | Filters the retrieved comment excerpt. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |