wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-includes/blocks/query.php › WordPress File
Funktionen3
› Server-side rendering of the `core/query` block.
Funktion | Kurzbeschreibung |
---|---|
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. |