By means of preg_match and the like you can only write rules for specific devices (in your case the GT-P5100). What you want to do, however, is to affect only your device (meaning: not all Galaxy Tabs).
I’d vote for setting a cookie and act upon it’s particular value:
setcookie('no_mobile_theme_please', 1, time()+60*60*24*30, "https://wordpress.stackexchange.com/", $_SERVER['SERVER_NAME'], false, false);
Then, you can check for the cookie:
if (isset($_COOKIE['no_mobile_theme_please']) && (1 == $_COOKIE['no_mobile_theme_please'])) ...
If the plugin does not allow for this (i.e., handling an exception cookie), you either have to adapt the code yourself, or you might want to write the author about your issue.
Or maybe the plugin offers you a hook, so that you can realize your exception that way…?
Related Posts:
- What is the difference between “SMS Push” and “WAP Push”?
- Proper usage of wp_is_mobile()?
- How do I make my blog iPad / iPhone / Android friendly?
- WordPress REST endpoint with JSON for Mobile App integration
- WordPress on WP7
- Developing mobile version of WordPress site
- How can i disable a plugin for a mobile phone?
- How can I make a wp site in a mobile application?
- Why I am getting Parse error: syntax error when I use ‘wp_is_mobile’?
- Mobile Menu Not Showing
- Querying custom fields with Carrington mobile theme
- Is there any mobile application for WordPress? [closed]
- detect screen width in functions
- A URL that links specifically to the mobile version of my site?
- How to disable/enable specific plugins for a mobile theme?
- Elements floating on top of each other when Resizing or checking site on mobile. Twenty Twelve
- Mobile theme not showing correct page after custom re-writes
- My website is not responsive on mobile devices
- Best method for loading content on mobile – issue with wp_is_mobile
- Why is only one page responsive? [closed]
- Strategy for making a mobile version of an existing site? [closed]
- How can I redirect mobile users to diff url, but also allow them to come back to full site
- Open Menu is not working in Mobile view [closed]
- WordPress website loads fine on desktop browsers but Safari for iOS cannot load it completely [closed]
- Static page for desktop or mobile
- $is_iphone – to redirect a page
- Quick login from mobile phone
- How can I use my blog page as the homepage but only for mobile/tablet visits?
- Dropdown menu not displaying in handheld slide menu effect
- create a button in the header of the mobile menu in the middle of the logo and the menu accordion
- How to disable the topbar in mobile? [closed]
- WordPress mobil will not scroll
- Disable rendering of objects on mobile/above certain screen resolution
- Adapting “wide with” Gutenberg blocks for mobile
- Close Mobile Slide Menu on Click
- How can I hide/show text only for mobile users?
- Different Home page for Mobile without changing URL
- App in wordpress doesnt fit to mobile screen
- Add audio post from smartphone
- Display posts on a map
- responsive website
- Mobile Menu not working on TwentyThirteen child theme
- change theme when on mobile and also on Ipad portrait view
- Subdomain for WP Mobile Edition and Cloudfare
- How can I stop Jetpack mobile theme from using full size featured images?
- website is viewing as mobile, how do I turn this off?
- Work on two different themes at the same time in wordpress
- How to disable fancybox on small screens
- Using WordPress as a Mobile App Backend
- WordPress Mobile Edition not working with WP v3.5
- Why doesn’t the mobile version of my website take updates?
- Links not showing up on “AMPforWP”
- Viewing a WordPress website in landscape [closed]
- different startsite for IOS and change menu
- wordpress fancybox responsive mobile or pc version [closed]
- Separate Mobile site
- Not able to see updates my mobile after making updates on wordpress mobile version
- Not working Mobile view and Desktop view properly when we searched on website
- Mobile App Not Posting, Debugging Options
- How to hide or change mobile header logo with Additional CSS or custom PHP
- WP Multisite: load content from site X on site Y
- How to include one class/instance without using global variables
- WP Super Cache separate cache for mobile
- How Can I Have A URL Changed Based on the Originating URL?
- Is there a plugin which disables other plugins for mobile browers?
- WordPress 3.1 not compatible with jQuery Mobile?
- Switch to other theme at URL
- Is there a way to separate a site inside a network (multisite) into its own wp site?
- What is the correct way to do a mobile theme for WordPress?
- How to add a submenu toggle button inside all “li” elements that have a submenu?
- Https Redirect infinite loop in Mobile browsers
- I want to retrieve all posts of a blog without username & password
- Using SRCSET with Images and Featured Images
- Old Site displays on Mobile View, not New Site
- Code displaying plugin for a mobile WordPress blog? [closed]
- Disabling Wp_is_mobile from backend?
- Jetpack CSS .screen-reader-text breaks mobile menu [closed]
- How to load different homepage on Mobile.?
- WPTouch – how to remove shortcodes or make shortcodes function
- making a plugin that moves other plugins wp_head actions to wp_footer
- How to remove sidebar primary widget on Mobile on category page [closed]
- Create theme for mobile phones and tablets only?
- WordPress Menu Exchange for Mobile Layout
- My site on mobile version is not giving responsive view
- Optimal WP Web App Backend for mobile app development
- How do you remove header sitewide from mobile only?
- WordPress server banning IP
- Remove widgets on mobile front page without affecting desktop
- Applying metatag to single page
- How do I make elements in mobile only reverse order?
- How to make in wordpress a gallery with 3 colums to 1 on mobile devices responsive?
- Add href to tag in nav menu for mobile
- Sidebar widgets are over the content in mobile mode, how can I fix it? [closed]
- On login redirect to different homepage if user is using a mobile
- Search and replace post URL’s on page output?
- How to remove the word “Navigation” from the top of the mobile main menu?
- CSS Changes made, lost mobile functionality
- Hiding menu on mobile only when viewing posts?
- Custom page template not working on mobile
- Add Quicksand for mobile devices