Forums
(@celegorm)
10 years, 1 month ago
Hi ! instead of commenting this line
if (!$is_mu) get_currentuserinfo();
you should change it by this one:
if (!$is_mu) wp_get_current_user();
reference: https://ww.wp.xz.cn/support/topic/get_currentuserinfo-is-deprecated-since-45 (it works).
12 years, 4 months ago
same here