Archive | Functions by letter g RSS feed for this section

get_comment_statuses

Retrieve all of the WordPress supported comment statuses.Comments have a limited set of valid status values, this provides the comment status values and descriptions.

1328

Continue reading

get_comment_reply_link

Retrieve HTML content for reply to comment link.The default arguments that can be override are ‘add_below’, ‘respond_id’, ‘reply_text’, ‘login_text’, and ‘depth’. The ‘login_text’ argument will be used, if the user must log in or register first before posting a comment. The ‘reply_text’ will be used, if they can post a reply. The ‘add_below’ and ‘respond_id’ arguments are for the JavaScript moveAddCommentForm() function parameters.

1326

Continue reading