An open API service indexing awesome lists of open source software.

https://github.com/siddik-web/mobiledetect

Mobile Detect Wrapper Class Plugin for Joomla 3 & 4.
https://github.com/siddik-web/mobiledetect

joomla joomla-plugin

Last synced: 11 months ago
JSON representation

Mobile Detect Wrapper Class Plugin for Joomla 3 & 4.

Awesome Lists containing this project

README

          

# Mobile Detect Wrapper Class Plugin for Joomla 3 & 4.

```php
use Joomla\CMS\Plugin\PluginHelper;

PluginHelper::importPlugin('mobiledetect');
list($mobileDetect) = Factory::getApplication()->triggerEvent('onGetMobileDetectObject');

$mobileDetect->isMobile();
```