Quote from
Asgaros on April 15, 2019, 8:04 pm
Hello @sureyea
You can disable the black WordPress admin-bar by adding the following code to your themes functions.php file:
/* Disable WordPress Admin Bar for all users. */
show_admin_bar(false);
Hello @sureyea
You can disable the black WordPress admin-bar by adding the following code to your themes functions.php file:
/* Disable WordPress Admin Bar for all users. */
show_admin_bar(false);