This article explains how to hide WordPress Admin Bar
Please add this code to Listivo Child Theme functions.php
add_filter('show_admin_bar', '__return_false', 999 );
This article explains how to hide WordPress Admin Bar
Please add this code to Listivo Child Theme functions.php
add_filter('show_admin_bar', '__return_false', 999 );
Did you find it helpful? Yes No
Send feedback