Uses
Uses | Description |
---|---|
wp-includes/comment-template.php: get_post_reply_link() | Retrieves HTML content for reply to post link. |
Displays the HTML content for reply to post link.
File: wp-includes/comment-template.php
function post_reply_link( $args = array(), $post = null ) { echo get_post_reply_link( $args, $post ); }
Version | Description |
---|---|
2.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/post_reply_link