wp-includes/blocks/query-total.php:82Registers the query-total block.
function register_block_core_query_total() { register_block_type_from_metadata( __DIR__ . '/query-total', array( 'render_callback' => 'render_block_core_query_total', ) );}Introduced in 6.8.0. Unchanged from 6.8.8 through 7.1.0.
Signature, return type and hooks compared across 4 parsed releases.
src/wp-includes/blocks/query-total.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.