Use Git Bash instead of default command line https://git-scm.com/download/win
Download and install Visual C++: https://aka.ms/vs/15/release/VC_redist.x64.exe
Use Git Bash instead of default command line https://git-scm.com/download/win
Download and install Visual C++: https://aka.ms/vs/15/release/VC_redist.x64.exe
<?php | |
add_action( 'admin_init', function() { | |
// remove the color scheme picker | |
remove_action( 'admin_color_scheme_picker', 'admin_color_scheme_picker' ); | |
// force all users to use the "Ectoplasm" color scheme | |
add_filter( 'get_user_option_admin_color', function() { | |
return 'ectoplasm'; |