Definition:
function comment_id_fields( $id = 0 ) {}
Output hidden input HTML for replying to comments.
Parameters
- $id
Source code
function comment_id_fields( $id = 0 ) {
echo get_comment_id_fields( $id );
}
695
Definition:
function comment_id_fields( $id = 0 ) {}
function comment_id_fields( $id = 0 ) {
echo get_comment_id_fields( $id );
}
695
No comments yet... Be the first to leave a reply!