render_block_core_query
render_block_core_query ( $attributes, $content, $block )
Parameters:- (array) attributes Block attributes.
- (string) content Block default content.
- (WP_Block) block The block instance.
Returns:- (string) Returns the modified output of the query block.
Defined at: - Introduced in WordPress: 6.4.0
- Deprecated in WordPress: —
Description
Modifies the static `core/query` block on the server.