How To Disable The Admin Bar In WordPress ?

Опубликовано: 29 Сентябрь 2024
на канале: Code Canvas
168
8

The WordPress Admin Bar enables quick access to a number of important features, such as the ability to create new posts and pages. If you don't need it and want to get rid of it, just add the following code into your functions.php file.

add_filter( 'show_admin_bar', '__return_false' );

🔔 Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?...

#wordpress #wordpresssnippets #disableadminbar