Which conditional tag checks if the dashboard or
the administration panel is attempting to be displayed by returning “true’ (if
the URL being accessed is in the admin section) or “false” (for a front-end
page).
Answers:
1.
my_admin()
2.
view_admin()
3.
is_admin()
4.
root_admin()