/ Published in: PHP
Agregar esta funcion al funcstion.php
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function my_function_admin_bar(){ return false; } add_filter( 'show_admin_bar' , 'my_function_admin_bar');