php in your theme. if ( !is_super_admin() ) { add_action('admin_head', 'my_custom_css'); } function my_custom_css() { echo '<style> ...
確定! 回上一頁