Whether the current request is for a blog admin screen /wp-admin/.
Does not inform on whether the user is a blog admin! Use capability checks to tell if the user should be accessing a section or not.
<?php is_blog_admin() ?>
None.
Since: 3.1.0
is_blog_admin() is located in /wp-includes/load.php
.