WordPress Membership Plugin
Hi,
Yes unfortunately. I even tried to disable my primary theme in order to make sure it was not conflicting.
I have found one solution so far, it is not the most elegant but it works in case anyone is in the same situation. Hide the adminbar completely via CSS and add the following code to the functions.php:
function remove_admin_login_header() {
remove_action('wp_head', '_admin_bar_bump_cb');
}
add_action('get_header', 'remove_admin_login_header');
Regards!
Hi,
Great news – I am looking forward to it. Any idea on when you expect it to be implemented?
Regards!
Note: On Chrome for Mobile it appears as well. 🙁
Another addition: If I log in the WP Adminbar appears. However if I close Edge or IE and reopen the site, the adminbar is gone even though I am still logged in. Any ideas?
Hi,
Thank you for your reply. There is further information about the subject here if needed: https://stripe.com/subscriptions
Kind regards!