yanknudtskov
4/9/2014 - 1:32 PM

Move the admin bar to the botto

Move the admin bar to the botto

function fb_move_admin_bar() {
  echo '
  
  
  
  ';
}

// on backend area
add_action( 'admin_head', 'fb_move_admin_bar' );

// on frontend area
add_action( 'wp_head', 'fb_move_admin_bar' );