wp-includes/blocks/tab-panel.php:57Registers the core/tab-panel block on the server.
function register_block_core_tab_panel() { register_block_type_from_metadata( __DIR__ . '/tab-panel', array( 'render_callback' => 'block_core_tab_panel_render', ) );}Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
src/wp-includes/blocks/tab-panel.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.