This conditional shortcode checks if the user is visiting using a mobile device. This is conditional shortcode.
This shortcode works through the detection of the browser user agent string. The function searches for any of the following terms: Mobile, Android, Silk/, Kindle, BlackBerry, Opera Mini, or OperaMobi. It does not use the resolution, window width, or any other measurements to determine if the device is mobile.
The shortcode is a wrapper for the built-in WordPress function wp_is_mobile(). We recommend you use that function directly for your template code.