我是php的新手,我被卡住了。我想创建一个动态电子邮件变量,它将从当前用户获取电子邮件地址并将其插入到链接中。它将用于注册邮件列表。我的邮件列表服务向我提供了使用此代码的说明:
<?php
$email =
$kod = MD5($email.”SECRET CODE“);
file(“http://www.samplesite.com/get.php?uid=YOUR_UIDemail=$email&kod=$kod&”);
?>
我以前用过
<?php
global $current_user;
get_currentuserinfo();
echo $current_user->user_email ; ?>
获取不同内容的当前用户电子邮件,但在这种情况下,它是不可能的。有什么建议吗?
答案 0 :(得分:0)
请检查此网址以获取当前用户的电子邮件
https://codex.wordpress.org/Function_Reference/wp_get_current_user