check_server_timer in /wp-includes/cron.php
607
Continue readingChecks 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 readingCheck column matches criteria.Uses the SQL DESC for retrieving the table info for the column. It will help understand the parameters, if you do more research on what column information is returned by the SQL statement. Pass in null to skip checking that criteria.
599
Continue reading
check_comment_flood_db
Check whether comment flooding is occurring.Won’t run, if current user can manage options, so to not block administrators.
603
Continue reading →