Quantcast
Channel: Altschuler
Viewing all articles
Browse latest Browse all 60

How to re-add the WordPress toolbar when it has been removed by the WooCommerce plugin

$
0
0

The WooCommerce plugin removes the WordPress toolbar for non-logged in users, logged in subscribers and logged in customers. To re-add the toolbar, place the following code in the functions.php file of your theme:

remove_filter( 'show_admin_bar', 'wc_disable_admin_bar', 10, 1 );
show_admin_bar( true );

 


Viewing all articles
Browse latest Browse all 60

Trending Articles