Uses
Uses | Description |
---|---|
wp-includes/formatting.php: wp_html_excerpt() | Safely extracts not more than the first $count characters from HTML string. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: untrailingslashit() | Removes trailing forward slashes and backslashes if they exist. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/comment-template.php: get_comment_author_url() | Retrieves the URL of the author of the current comment, not linked. |
wp-includes/comment-template.php: comment_author() | Displays the author of the current comment. |
wp-includes/comment-template.php: get_comment_author_IP() | Retrieve the IP address of the author of the current comment. |
wp-includes/comment-template.php: comment_email | Filters the comment author’s email for display. |