/ Published in: PHP
Expand |
Embed | Plain Text
add_action('admin_head', 'my_custom_logo'); function my_custom_logo() { echo '<style type="text/css"> #header-logo { background-image: url('.IMAGES.'/little-logo.png) !important; }</style>'; }
You need to login to post a comment.
