Disable WordPress admin bar sitewide, for all users, by adding this to your functions.php.
1 |
show_admin_bar(false); |
life of a full stack wordpress developer
Disable WordPress admin bar sitewide, for all users, by adding this to your functions.php.
1 |
show_admin_bar(false); |