Summery Summery
Outputs a pingback comment.
Syntax Syntax
Parameters Parameters
- $comment
-
(Required) The comment object.
- $depth
-
(Required) Depth of the current comment.
- $args
-
(Required) An array of arguments.
Source Source
File: wp-includes/class-walker-comment.php
* @since 3.6.0
*
* @see wp_list_comments()
*
* @param WP_Comment $comment The comment object.
* @param int $depth Depth of the current comment.
* @param array $args An array of arguments.
*/
protected function ping( $comment, $depth, $args ) {
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |