Core Function
View Source on Trac ↗ render_block_core_comments_pagination()
render_block_core_comments_pagination( mixed $attributes, mixed $content ) Renders the `core/comments-pagination` block on the server.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $attributes array | Block attributes. Required |
| $content string | Block default content. Required |
Return Value
(string)
Returns the wrapper for the Comments pagination.
Function Information
Since Version
6.0.0
Source File
wp-includes/blocks/comments-pagination.php
Advertisement