MP_Browser::isChromeFrame()

Used to determine if the browser is actually “chromeframe” (@since 1.7).

Contents


Return Return

(boolean) True if the browser is using chromeframe


Top ↑

Source Source

File: mortgage-platform/Inc/MP_Browser.php

	public function isChromeFrame() {
		return ( strpos( $this->_agent, 'chromeframe' ) !== false );
	}