Archive | Filters RSS feed for this section

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

bloginfo_rss

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

atom_enclosure

Display the atom enclosure for the current post.Uses the global $post to check whether the post requires a password and if the user has the password for the post. If not then it will return before displaying.

539

Continue reading

apply_filters

Call the functions added to a filter hook.The callback functions attached to filter hook $tag are invoked by calling this function. This function can be used to create a new filter hook by simply calling this function with the name of the new hook specified using the $tag parameter.

535

Continue reading