wordpress admin bar hide and replace toolbar

wordpress admin bar hide


Wordpress admin bar replaced set display status of the  Toolbar for the front side of your website.

Goto- Appearance-Editor

Open - Functions.php

Just Copy and Paste This Code

<?php show_admin_bar($bool); ?>

Parameters

$bool (boolean) (required )   whether to show the Toolbar


Hide Admin Bar

Functions.php

Copy  Paste This Code:

  show_admin_bar( false );


wordpress admin bar hide and replace toolbar Dev2Tricks 5 of 5
Wordpress admin bar replaced set display status of the  Toolbar for the front side of your website. Goto- Appearance-Editor Open - ...

Share this

Related Posts

Previous
Next Post »