WordPress Version: 6.5
/**
* Registers the `core/footnotes` block on the server.
*
* @since 6.3.0
*/
function register_block_core_footnotes()
{
register_block_type_from_metadata(__DIR__ . '/footnotes', array('render_callback' => 'render_block_core_footnotes'));
}