Title: Tablets?
Last modified: August 30, 2016

---

# Tablets?

 *  Resolved [Tinker007](https://wordpress.org/support/users/tinker007/)
 * (@tinker007)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/tablets-1/)
 * Is there a way only to redirect smart phones and not tablets?
 * [https://wordpress.org/plugins/addfunc-mobile-detect/](https://wordpress.org/plugins/addfunc-mobile-detect/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Joe Rhoney](https://wordpress.org/support/users/joerhoney/)
 * (@joerhoney)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/tablets-1/#post-6668675)
 * AddFunc Mobile Detect does not have the option of redirect tablets at this time,
   so us should be fine. If you wanted to redirect tablets the same as mobile devices,
   you could change line 48:
 * `if(!$detect->isMobile() || $detect->isTablet()) return; # Desktop or tablet 
   = Abort`
 * to this:
 * `if(!$detect->isMobile()) return; # Desktop or tablet = Abort`
 * This may seem a little confusing, because by default, MobileDetect.php counts
   tablets as mobile devices too. So here, we’ve had to implicitly say DON’T redirect
   if it IS a tablet.
 * Let me know if that answers you question or not.

Viewing 1 replies (of 1 total)

The topic ‘Tablets?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addfunc-mobile-detect_1c0d1e.svg)
 * [AddFunc Mobile Detect](https://wordpress.org/plugins/addfunc-mobile-detect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addfunc-mobile-detect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addfunc-mobile-detect/)
 * [Active Topics](https://wordpress.org/support/plugin/addfunc-mobile-detect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addfunc-mobile-detect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addfunc-mobile-detect/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Joe Rhoney](https://wordpress.org/support/users/joerhoney/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/tablets-1/#post-6668675)
 * Status: resolved