必应bing搜索每天都会在搜索yd77699云顶国际首页更新美图,如果想你的 登录页面也用上这些图片,可以看下面的方法:
//自定义登录页面背景
function custom_login_head(){
$str=file_get_contents('http://cn.bing.com/hpimagearchive.aspx?idx=0&n=1');
if(preg_match("/(. ?)<\/url>/ies",$str,$matches)){
$imgurl='http://cn.bing.com'.$matches[1];
echo'';
}}
add_action('login_head', 'custom_login_head');
add_filter('login_headerurl', create_function(false,"return get_bloginfo('url');"));
add_filter('login_headertitle', create_function(false,"return get_bloginfo('name');"));
# 更多技巧,请关注「专题」
方法来源: