/ Published in: PHP
Expand |
Embed | Plain Text
// CUSTOM ADMIN LOGIN LOGO & ALT TEXT function change_wp_login_title() { }add_filter('login_headertitle', 'change_wp_login_title');
You need to login to post a comment.
// CUSTOM ADMIN LOGIN LOGO & ALT TEXT function change_wp_login_title() { }add_filter('login_headertitle', 'change_wp_login_title');
You need to login to post a comment.