Definition:
function post_reply_link($args = array() {}
Displays the HTML content for reply to post link.
Parameters
- array $args: Optional. Override default options.
- int|object $post: Optional. Post that the comment is going to be displayed on.
Return values
returns:Link to show comment form, if successful. False, if comments are closed.
Source code
function post_reply_link($args = array(), $post = null) { echo get_post_reply_link($args, $post); }
2579
No comments yet... Be the first to leave a reply!