不推荐使用的函数GET_USER_BY_EMAIL($EMAIL)

时间:2012-10-17 作者:pixelngrain

我试着为get\\u user\\u by\\u email($email)找到替换函数,但没有成功。我使用此功能允许用户通过电子邮件地址或用户id登录。是否有任何替代功能或替代方法来完成此操作?

1 个回复
最合适的回答,由SO网友:Milo 整理而成

get_user_by 是否替换get_user_by_email:

$user = get_user_by( \'email\', \'[email protected]\' );

结束

相关推荐

Functions.php中的帖子ID错误

我试图在我的函数中执行以下代码。php更改我的wordpress博客的标题。function filter_pagetitle($url) { global $wp_query; $the_post_id = $wp_query->post->ID; $the_post_data = get_post($the_post_id); return $the_post_da