大家好,我在word Press
我已经成功集成了WordPress会员插件,用户的所有数据都保存在数据库中。不同的用户有不同的级别。
我的主要任务是根据用户级别禁用一些网站按钮。所以我尝试在报告中获取用户id。php使用
require_once("/wp-load.php");
$current_user = wp_get_current_user();
But it gives internal 500 error我的直接结构是/myproject/wp-content/themes/fount/myfolder/report。php