wordpress修改登录界面的背景图片

function custom_login_head(){
$str=file_get_contents(‘http://cn.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1′);
if (preg_match(“/\/(.+?).jpg/”, $str, $matches)) {
$imgurl=’http://s.cn.bing.net’.$matches[0];
}
echo'<style type=”text/css”>body{background: url(‘.$imgurl.’);background-image:url(‘.$imgurl.’);-moz-border-image: url(‘.$imgurl.’);}</style>’;
}
add_action(‘login_head’, ‘custom_login_head’);
#直接复制代码即可,此代码是调用bing每日壁纸
#每日都会自动更新,都是精选美图很不错的