'Custom Fonts', 'custom_icons' => 'Custom Icons', ]; } public function get_custom_fonts() : array { return [ 'value' => count( Module::get_fonts_usage() ), ]; } public function get_custom_icons() : array { return [ 'value' => count( Module::get_icons_usage() ), ]; } }