开发者 | juliobox |
---|---|
更新时间 | 2012年9月27日 15:12 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.3.1 |
Yes, WordPress got a function for this : wp_admin_css_color() (check the codex) You have to create or copy+modify a existing CSS file to set your colors.
Yes, i added a WP like function called : wp_admin_css_icon() wp_admin_css_icon( $slug, $title, $css_url, $pic_preview_url ); Example of use: wp_admin_css_icon( 'fugue', _x( 'Fugue', 'admin icon scheme' ), BAWBACT_PLUGIN_URL . '/css/fugue.css', BAWBACT_PLUGIN_URL . '/css/images/menu-fugue.png' );