[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/ -> comments-pagination-numbers.php (summary)

Server-side rendering of the `core/comments-pagination-numbers` block.

File Size: 62 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  render_block_core_comments_pagination_numbers()
  register_block_core_comments_pagination_numbers()

Functions
Functions that are not part of a class:

render_block_core_comments_pagination_numbers( $attributes, $content, $block )   X-Ref
Renders the `core/comments-pagination-numbers` block on the server.

param: array    $attributes Block attributes.
param: string   $content    Block default content.
param: WP_Block $block      Block instance.
return: string Returns the pagination numbers for the comments.

register_block_core_comments_pagination_numbers()   X-Ref
Registers the `core/comments-pagination-numbers` block on the server.




Generated : Fri Mar 29 08:20:02 2024 Cross-referenced by PHPXref