Uses
Uses | Description |
---|---|
wp-admin/includes/comment.php: comment_edit_pre | Filters the comment content before editing. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: format_to_edit() | Acts on text which is about to be edited. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |