WPDev.one
Core Function
View Source on Trac ↗

render_block_core_comments_pagination_numbers()

render_block_core_comments_pagination_numbers( mixed $attributes, mixed $content, mixed $block )

Renders the `core/comments-pagination-numbers` block on the server.

Parameters 3 required

Name / Type Description
$attributes
array

Block attributes.

Required
$content
string

Block default content.

Required
$block
WP_Block

Block instance.

Required

Return Value

(string)
Returns the pagination numbers for the comments.

Function Information

Since Version
6.0.0
Source File
wp-includes/blocks/comments-pagination-numbers.php
Advertisement