[ad_1]
Replies: 1
We are using another plugin that gives a warning when this plugin gets activated. Happens because the plugin is using global $current_user……
Warning: Attempt to read property “ID” on null in…..
Example the other plugin calls: $is_expired = ihc_is_user_level_expired($current_user->ID, $current_user_level);
Is this an issue with how this plugin handles users? Using PHP 8.1+