Functions
-
functionclean_page_cache()
Will clean the page in the cache.
-
functionclean_post_cache()
Will clean the post in the cache.
-
functionclean_pre()
Accepts matches array from preg_replace_callback in wpautop() or a string.
-
functionclean_site_details_cache()
Cleans the site details cache for a site.
-
functionclean_taxonomy_cache()
Cleans the caches for a taxonomy.
-
functionclean_term_cache()
Removes all of the term IDs from the cache.
-
functionclean_url()
Checks and cleans a URL.
-
functionclean_user_cache()
Cleans all user caches.
-
functionclear_global_post_cache()
Deprecated functionality to clear the global post cache.
-
functioncodepress_footer_js()
Adds JavaScript required to make CodePress work on the theme/plugin file editors.
-
functioncodepress_get_lang()
Determines the language to use for CodePress syntax highlighting.
-
functioncomments_link()
Displays the link to the current post comments.
-
functioncomments_link_feed()
Outputs the link to the comments for the current post in an XML safe way.
-
functioncomments_number()
Displays the language string for the number of comments the current post has.
-
functioncomments_open()
Determines whether the current post is open for comments.
-
functioncomments_popup_link()
Displays the link to the comments for the current post ID.
-
functioncomments_popup_script()
Display the JS popup script to show a comment.
-
functioncomments_rss()
Return link to the post RSS feed.
-
functioncomments_rss_link()
Print RSS comment feed link.
-
functioncomments_template()
Loads the comment template specified in $file.
-
functioncomment_author()
Displays the author of the current comment.
-
functioncomment_author_email()
Displays the email of the author of the current global $comment.
-
functioncomment_author_email_link()
Displays the HTML email link to the author of the current comment.
-
functioncomment_author_IP()
Displays the IP address of the author of the current comment.
-
functioncomment_author_link()
Displays the HTML link to the URL of the author of the current comment.
-
functioncomment_author_rss()
Displays the current comment author in the feed.
-
functioncomment_author_url()
Displays the URL of the author of the current comment, not linked.
-
functioncomment_author_url_link()
Displays the HTML link of the URL of the author of the current comment.
-
functioncomment_class()
Generates semantic classes for each comment element.
-
functioncomment_date()
Displays the comment date of the current comment.