芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/elementor-pro/modules/usage/features-reporter.php
'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() ), ]; } }