Title: font-library-wp-admin_boot_dependencies
Published: August 20, 2026

---

# apply_filters( ‘font-library-wp-admin_boot_dependencies’, array $boot_dependencies )

## In this article

 * [Description](https://developer.wordpress.org/reference/hooks/font-library-wp-admin_boot_dependencies/?output_format=md#description)
 * [Parameters](https://developer.wordpress.org/reference/hooks/font-library-wp-admin_boot_dependencies/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/hooks/font-library-wp-admin_boot_dependencies/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/font-library-wp-admin_boot_dependencies/?output_format=md#related)

[ Back to top](https://developer.wordpress.org/reference/hooks/font-library-wp-admin_boot_dependencies/?output_format=md#wp--skip-link--target)

Filters the boot script-module dependencies for the font-library-wp-admin page.

## 󠀁[Description](https://developer.wordpress.org/reference/hooks/font-library-wp-admin_boot_dependencies/?output_format=md#description)󠁿

Surfaces extending this page can append entries to the boot dependency list. Each
entry is an array with ‘import’ (string ‘static’ or ‘dynamic’) and ‘id’ (script-
module handle) keys.

## 󠀁[Parameters](https://developer.wordpress.org/reference/hooks/font-library-wp-admin_boot_dependencies/?output_format=md#parameters)󠁿

 `$boot_dependencies`array

Boot dependencies for the page.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/font-library-wp-admin_boot_dependencies/?output_format=md#source)󠁿

    ```php
    $boot_dependencies = apply_filters(
    	'font-library-wp-admin_boot_dependencies',
    	$boot_dependencies
    );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-includes/build/pages/font-library/page-wp-admin.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.1/src/wp-includes/build/pages/font-library/page-wp-admin.php#L241)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/build/pages/font-library/page-wp-admin.php#L241-L244)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/font-library-wp-admin_boot_dependencies/?output_format=md#related)󠁿

| Used by | Description | 
| [wp_font_library_wp_admin_enqueue_scripts()](https://developer.wordpress.org/reference/functions/wp_font_library_wp_admin_enqueue_scripts/)`wp-includes/build/pages/font-library/page-wp-admin.php` |

Enqueue scripts and styles for the font-library-wp-admin page.

  |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Ffont-library-wp-admin_boot_dependencies%2F)
before being able to contribute a note or feedback.