wp-includes/build/pages/font-library/page.php:141wp_font_library_render_page() wp_dequeue_style( $style ); } /** * Fires when the font-library page is initialized so extensions can register routes and menu items. */ do_action( 'font-library_init' ); // Enqueue command palette assets for boot-based pages if ( function_exists( 'wp_enqueue_command_palette_assets' ) ) { wp_enqueue_command_palette_assets(); }Unchanged from 7.0.4 through 7.1.0.
Signature, return type and hooks compared across 2 parsed releases.