Core Function
View Source on Trac ↗ render_block_core_query_pagination_next()
render_block_core_query_pagination_next( mixed $attributes, mixed $content, mixed $block ) Renders the `core/query-pagination-next` 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 next posts link for the query pagination.
Function Information
Since Version
5.8.0
Source File
wp-includes/blocks/query-pagination-next.php
Advertisement