/ Published in: PHP
Expand |
Embed | Plain Text
function custom_login() { echo '<link rel="stylesheet" type="text/css" href="'.get_bloginfo('template_directory').'/resources/css/login.css" />'; } add_action('login_head', 'custom_login');
You need to login to post a comment.
