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.
- Host: GitHub
- URL: https://github.com/siddik-web/mobiledetect
- Owner: siddik-web
- Created: 2022-06-29T18:30:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T19:06:16.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T03:43:00.951Z (over 1 year ago)
- Topics: joomla, joomla-plugin
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```