wpseek.com
A WordPress-centric search engine for devs and theme authors
is_admin › WordPress Function
Since1.5.1
Deprecatedn/a
› is_admin ( No parameters )
Returns: |
|
Defined at: |
|
Codex: |
Determines whether the current request is for an administrative interface page.
Does not check if the user is an administrator; use current_user_can() for checking roles and capabilities. For more information on this and similar theme functions, check out the {@link Conditional Tags} article in the Theme Developer Handbook.