MP_Browser::isMobile()
Is the browser from a mobile device?
Return Return
(boolean) True if the browser is from a mobile device otherwise false
Source Source
File: mortgage-platform/Inc/MP_Browser.php
public function isMobile() {
return $this->_is_mobile;
}