Wordpress - Remove the Fn Admin Bar


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* REMOVE THE FRIGGIN ADMIN BAR */
  2. remove_action('init', 'wp_admin_bar_init');

Report this snippet


Comments


You need to login to view comments.