render_block_core_comment_date
render_block_core_comment_date ( $attributes, $content, $block )
Parameters:- (array) attributes Block attributes.
- (string) content Block default content.
- (WP_Block) block Block instance.
Returns:- (string) Return the post comment's date.
Defined at: - Introduced in WordPress: 6.0.0
- Deprecated in WordPress: —
Description
Renders the `core/comment-date` block on the server.