Deprecated function warnings since WP 4.5
-
Hi,
In WordPress 4.5, function get_currentuserinfo has been deprecated. As this plugin declares compatibility up to 4.7.2, it would be perfect, if this problem (that has been already reported before) could be finally solved:
In google-analyticator.php, replace lines 1288-1289:
global $current_user; get_currentuserinfo();
With a single line:
$current_user = wp_get_current_user();
Function wp_get_current_user is available since WP 2.0.3, so there’s no need to bump up required WP version.
Thanks and cheers,
?eslav
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Deprecated function warnings since WP 4.5’ is closed to new replies.