WordPress disable admin navigation bar

To disable the admin navigation bar. Apply the following script to the function.php file.

/* Disable the Admin Bar. */
add_filter( 'show_admin_bar', '__return_false' );