Tag Archives: codex

sanitize_comment_cookies

Sanitizes the cookies sent to the user already.Will only do anything if the cookies have already been created for the user. Mostly used after cookies had been sent to use elsewhere.

2767

Continue reading

rss_enclosure

Display the rss 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.

2755

Continue reading

require_if_theme_supports

Checks a theme’s support for a given feature before loading the functions which implement it.

2735

Continue reading