wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/blocks/query.php › WordPress File
Functions3
› Server-side rendering of the `core/query` block.
Function | Short description |
---|---|
block_core_query_disable_enhanced_pagination | Traverse the tree of blocks looking for any plugin block (i.e., a block from an installed plugin) inside a Query block with the enhanced pagination enabled. If at least one is found, the enhanced pagination is effectively disabled to prevent any potential incompatibilities. |
register_block_core_query | Registers the `core/query` block on the server. |
render_block_core_query | Modifies the static `core/query` block on the server. |