使用于 WordPress 3.8+ 版本,具体格式:
dashicons-图标名
使用如下:
// Testimonials management
register_post_type( 'testimonials', array(
'public' => true,
'menu_icon' => 'dashicons-format-status',
'label' => 'Testimonials',
'supports' => array( 'title', 'editor', 'custom-fields' )
) );
所有图标名称可在以下 WordPress 官方链接找到: