Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




comment_reply_link [ WordPress Function ]

comment_reply_link ( $args = array(), $comment = null, $post = null )
Parameters:
  • (array) $args Optional. Override default options.
  • (int) $comment Optional. Comment being replied to.
  • (int) $post Optional. Post that the comment is going to be displayed on.
See:
Returns:
  • (string|bool|null) Link to show comment form, if successful. False, if comments are closed.
Defined at:



Displays the HTML content for reply to comment link.

Source


<?php
function comment_reply_link($args = array(), $comment null$post null) {
    echo 
get_comment_reply_link($args$comment$post);
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics