=== Device Detect === Contributors: Kleor Donate link: https://www.kleor.com/donation/ Tags: content, detect, detection, device, mobile, phone, responsive, shortcode, smartphone, tablet Requires at least: 4.6 Tested up to: 4.9.6 Requires PHP: 5.2 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Allows you to detect the device of the user, and to display some contents only for the phones, tablets or computers. == Description == Device Detect allows you to detect the device of the user, and to easily insert into posts, pages and widgets of your website some contents only for the phones, tablets or computers. - [Documentation](https://www.kleor.com/device-detect/) == Installation == You can install Device Detect through the "Add Plugins" page of the "Plugins" menu in WordPress (Plugins => Add New => Upload Plugin). Upload the plugin file without unzipping it. You can also install it like this: 1. Unzip the plugin file. 2. Upload with your FTP software the "device-detect" folder, and only this folder, to your plugins directory (it should be "wp-content/plugins"). Once you have installed Device Detect, activate the plugin through the "Plugins" menu in WordPress. == Upgrade Notice == When you upgrade Device Detect, you don't lose any settings or any data. You can upgrade Device Detect through the "Plugins" menu in WordPress, and through the "WordPress Updates" page of the "Dashboard" menu in WordPress (Dashboard => Updates). You can also upgrade it like this: 1. Unzip the plugin file. 2. Upload with your FTP software the "device-detect" folder, and only this folder, to your plugins directory (it should be "wp-content/plugins"), without deleting the "device-detect" folder that already exists in this directory. You don't need to deactivate and reactivate the plugin. == Frequently Asked Questions == = How can I use shortcodes in my WordPress theme? = Insert into the PHP files of your theme a code like this: `` = How to use shortcodes in comments? = Edit the "functions.php" file (create it if it doesn't exist) of your WordPress theme and add this line of code: `add_filter('comment_text', 'do_shortcode');` == Changelog == * Version 1.2 * Update the "Mobile_Detect.php" file * Version 1.1 * Update the "Mobile_Detect.php" file * Version 1.0 * Initial version