comment_id_fields

Advertisement

Summery Summery

Outputs hidden input HTML for replying to comments.

Syntax Syntax

comment_id_fields( int $id )

Parameters Parameters

$id

(Optional) Post ID. Default current post ID.

Source Source

File: wp-includes/comment-template.php

	 */
	return apply_filters( 'comment_id_fields', $result, $post_id, $reply_to_id );
}

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Advertisement

Leave a Reply