Code Reference

  • Home
  • Docs
  • Code reference
  • Knowledge base
  • Blog
Skip to content
Filter by type:
Search
Browse: Home / Classes / MP_Browser / MP_Browser::isMobile()

MP_Browser::isMobile()

Is the browser from a mobile device?

Contents

  • Return
  • Source

Return #Return

(boolean) True if the browser is from a mobile device otherwise false


Top ↑

Source #Source

File: mortgage-platform/Inc/MP_Browser.php

	public function isMobile() {
		return $this->_is_mobile;
	}

Expand full source code Collapse full source code