is_admin_theme

View-related functions

Summary

is_admin_theme()

Determine whether or not the script is being executed through the administrative interface.

Can be used to branch behavior based on whether or not the admin theme isbeing accessed, but should not be relied upon in place of using the ACL forcontrolling access to scripts.

Returns:boolean

Usage

Examples

See Also