Switch language

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




post_reply_link [ WordPress Function ]

post_reply_link ( $args = array(), $post = null )
Parameters:
  • (array) $args Optional. Override default options.
  • (int|object) $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 post link.

Source


<?php
function post_reply_link($args = array(), $post null) {
    echo 
get_post_reply_link($args$post);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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