inet2 / inet2-detector
A WordPress plugin which prints back data about the user browser, operating system, language and device into a short code that can be used in posts and pages.
v1.0
2017-07-18 10:22 UTC
Requires
- php: >=5.3.3
- sinergi/browser-detector: 6.1.2
Requires (Dev)
- php: >=5.3.3
- sinergi/browser-detector: 6.1.2
This package is not auto-updated.
Last update: 2025-03-21 23:33:35 UTC
README
iNet2 Detector
iNet2 Detector is a WordPress plugin. This version of the plugin was originally developed and tested on a clean install of WordPress v4.7.5.
It's purpose is to identify user data such as the browser, operating system, language or device used to view our pages.
### How do I get set up? ###
- Clone this repo or require this package
- Upload the folder to
/wp-content/plugins
- Login to WordPress and activate the plugin
- Run
composer update
to make sure you have the latest updates - Add the shortcode
[detected-os]
into your post or page - Done!