示例#1
0
/**
 * Get management state
 *
 * Checks if the website is opened in management mode.
 * @return bool Returns true if the website is opened in management state.
 */
function ipIsManagementState()
{
    return \Ip\Internal\Content\Service::isManagementMode();
}