add_action('admin_enqueue_scripts', 'ds_admin_theme_style'); add_action('login_enqueue_scripts', 'ds_admin_theme_style'); function ds_admin_theme_style() { if (!current_user_can( 'manage_options' )) { echo ''; } }