/ Published in: PHP
Place this code in your themes `functions.php` file.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// remove 3.1 admin menu bar from frontend add_filter( 'show_admin_bar', '__return_false' );