Using WordPress ‘comment_form_title()’ PHP function Written by Adrian Gordon WordPress The `comment_form_title()` function in WordPress displays text based on the comment reply status, which may change depending on whether or not JavaScript is enabled
Using WordPress ‘comment_form()’ PHP function Written by Adrian Gordon WordPress Outputs a complete commenting form for use within a template.
Using WordPress ‘comment_exists()’ PHP function Written by Adrian Gordon WordPress Determines if a comment exists based on author and date.
Using WordPress ‘author_can()’ PHP function Written by Adrian Gordon WordPress Returns whether the author of the supplied post has the specified capability.
Using WordPress ‘add_user_to_blog()’ PHP function Written by Adrian Gordon WordPress Adds a user to a blog, along with specifying the user’s role.
Using WordPress ‘comment_text_rss()’ PHP function Written by Adrian Gordon WordPress Displays the current comment content for use in the feeds.
Using WordPress ‘comment_link()’ PHP function Written by Adrian Gordon WordPress The `comment_link()` function in WordPress generates a link to a specific comment
Using WordPress ‘comment_author_url()’ PHP function Written by Adrian Gordon WordPress Displays the URL of the author of the current comment, not linked.
Using WordPress ‘comment_author_rss()’ PHP function Written by Adrian Gordon WordPress The `comment_author_rss()` function in WordPress displays the name of the current comment author in the RSS feed