Displays the HTML content for reply to post link.
Description
See also
Parameters
Source
function post_reply_link( $args = array(), $post = null ) {
echo get_post_reply_link( $args, $post );
}
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
Displays the HTML content for reply to post link.
function post_reply_link( $args = array(), $post = null ) {
echo get_post_reply_link( $args, $post );
}
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.