/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if (!current_user_can('manage_options')) { add_filter('show_admin_bar', '__return_false'); }