MP_Browser::isChromeFrame()
Used to determine if the browser is actually “chromeframe” (@since 1.7).
Return Return
(boolean) True if the browser is using chromeframe
Source Source
File: mortgage-platform/Inc/MP_Browser.php
public function isChromeFrame() {
return ( strpos( $this->_agent, 'chromeframe' ) !== false );
}