wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_reply_link › WordPress Filter Hooks

Da2.7.0
Deprecaton/a
apply_filters( 'comment_reply_link', $comment_reply_link, $args, $comment, $post )
Parametri: (4)
  • (string) $comment_reply_link The HTML markup for the comment reply link.
    Richiesto:
  • (array) $args An array of arguments overriding the defaults.
    Richiesto:
  • (WP_Comment) $comment The object of the comment being replied.
    Richiesto:
  • (WP_Post) $post The WP_Post object.
    Richiesto:
Definito a:
Codex:

Filters the comment reply link.





Sorgenti

return apply_filters( 'comment_reply_link', $comment_reply_link, $args, $comment, $post );