[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/ -> query-pagination-previous.php (summary)

Server-side rendering of the `core/query-pagination-previous` block.

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

Defines 2 functions

  render_block_core_query_pagination_previous()
  register_block_core_query_pagination_previous()

Functions
Functions that are not part of a class:

render_block_core_query_pagination_previous( $attributes, $content, $block )   X-Ref
Renders the `core/query-pagination-previous` block on the server.

return: string Returns the previous posts link for the query.
param: array    $attributes Block attributes.
param: string   $content    Block default content.
param: WP_Block $block      Block instance.

register_block_core_query_pagination_previous()   X-Ref
Registers the `core/query-pagination-previous` block on the server.




Generated : Thu Apr 18 08:20:02 2024 Cross-referenced by PHPXref