Snippets repository for WordPress developpers

Browse
// into functions.php
<?php
function hide_admin_bar( ){ 
  return false; 
}
add_filter( 'show_admin_bar', 'hide_admin_bar' );
?>

Alternative (and easier) way : from dashboard > Users > Profile > uncheck Toolbar


Warning: Trying to access array offset on null in /home/clients/7f7a8d8eb6e40c50d3548b06c548734d/web/wp-includes/class-wp-query.php on line 3766

Categories

Tags