render_block_core_comment_template
render_block_core_comment_template ( $attributes, $content, $block )
Parameters:- (array) attributes Block attributes.
- (string) content Block default content.
- (WP_Block) block Block instance.
Returns:- (string) Returns the HTML representing the comments using the layout defined by the block's inner blocks.
Defined at: - Introduced in WordPress: 6.0.0
- Deprecated in WordPress: —
Description
Renders the `core/comment-template` block on the server.