Get all registered menu items for the font-library page.
Source
function wp_get_font_library_menu_items() {
global $wp_font_library_menu_items;
return $wp_font_library_menu_items ?? array();
}
Get all registered menu items for the font-library page.
function wp_get_font_library_menu_items() {
global $wp_font_library_menu_items;
return $wp_font_library_menu_items ?? array();
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.