Import your demo content, widgets and theme settings with one click. Theme authors! Enable simple theme demo import…
About WP Mobile Detect
WP Mobile Detect is a WordPress plugin that allows users to easily hide or replace content on their website based on the device being used by visitors. It eliminates the need for complex coding or relying on techniques like display:none; to hide content for mobile devices. This plugin is based on the PHP Mobile Detect class and was written by Jesse Friedman.Changelog
2.0
- Updated the core Mobile Detect Class 2.8.13
- Updated shortcodes, adding [blackberry], [chrome], [safari], [opera], [ie], [firefox]
- Updated functions, adding wpmd_is_blackberry(), wpmd_is_chrome_browser(), wpmd_is_safari_browser(), wpmd_is_opera_browser(), wpmd_is_ie_browser(), wpmd_is_firefox_browser()
- Updated readme and some links
1.2.0
- Addition of several more shortcodes: [ios][/ios], [iPhone][/iPhone],][iPad][/iPad], [android][/android], [windowsmobile][/windowsmobile]
- Addition of several more functions: wpmd_is_ios(), wpmd_is_iphone(), wpmd_is_ipad(), wpmd_is_android(), wpmd_is_windows_mobile()
- Updated the core Mobile Detect Class 2.5.8
1.1.0
- Changed function namespace prefix from “jesse_” to “wpmd_”
- Deprecated [tab] shortcode, replaced by [tablet]
- Addition of theme functions for mobile detection
- Fixed bug where shortcodes would not run inside the mobile detect shortcodes
1.0.0
Initial release.