Write WordPress code for WordPress dashboard
add the code on functions php file on active theme.
add_action(‘admin_head’, ‘my_custom_css_do’);
function my_custom_css_do() {
echo ‘
‘;
}
add the code on functions php file on active theme.
add_action(‘admin_head’, ‘my_custom_css_do’);
function my_custom_css_do() {
echo ‘
‘;
}