Display RSS container for the bloginfo function.You can retrieve anything that you can using the get_bloginfo() function. Everything will be stripped of tags and characters converted, when the values are retrieved for use in the feeds.
565
Continue reading
February 11, 2011 


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 →