2020-05-02 / 5591阅 / 悠然
Whether the current request is for a site’s administrative interface.
e.g. /wp-admin/
Does not check if the user is an administrator; use current_user_can() for checking roles and capabilities.
(bool) True if inside WordPress blog administration pages.