Ans. Most of developer have no idea about this.
Add the below mentioned code in the theme(active) function.php
Add the below mentioned code in the theme(active) function.php
1
|
add_filter(‘show_admin_bar’, ‘__return_false’);
|
(or)
Add the below code in the active theme style.css stylesheet
#wpadminbar {
display: none; visibility: hidden;
}
Add the below code in the active theme style.css stylesheet
#wpadminbar {
display: none; visibility: hidden;
}
No comments:
Post a Comment