Deprecated function get_currentuserinfo
-
Hi,
I use your great plugin. In WP debug after update to version 4.5 there is a notice, that function get_currentuserinfo is deprecated
You use you twice – in public/class-facebook-login-public.php a is simple to replace
global $current_user;
get_currentuserinfo();
with
$current_user = wp_get_current_user();on lines 525 and 552
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Deprecated function get_currentuserinfo’ is closed to new replies.