/ Published in: Other
Expand |
Embed | Plain Text
add_action('admin_head', 'my_custom_admin_logo'); function my_custom_admin_logo() { echo “ <style> #header-logo { background: url('".get_bloginfo('template_url')."/img/custom-logo.gif’) !important; } </style> “; }
You need to login to post a comment.
