Archive | /wp-includes/comment.php RSS feed for this section

discover_pingback_server_uri

Finds a pingback server URI based on the given URL.Checks the HTML for the rel=”pingback” link and x-pingback headers. It does a check for the x-pingback headers first and returns that, if available. The check for the rel=”pingback” has more overhead than just the header.

882

Continue reading

delete_comment_meta

Remove metadata matching criteria from a comment.You can match based on the key, or key and value. Removing based on key and value, will keep from removing duplicate metadata with the same key. It also allows removing all metadata matching key, if needed.

794

Continue reading

check_comment

Checks whether a comment passes internal checks to be allowed to add.If comment moderation is set in the administration, then all comments, regardless of their type and whitelist will be set to false. If the number of links exceeds the amount in the administration, then the check fails. If any of the parameter contents match the blacklist of words, then the check fails.

601

Continue reading