Turns out I am clearly a moron and forgot to clear my cache, the below code works perfectly
add_action( 'wp_enqueue_scripts', 'agentwp_dequeue_stylesandscripts', 100 );
function agentwp_dequeue_stylesandscripts() {
if ( class_exists( 'woocommerce' ) ) {
wp_dequeue_style( 'selectWoo' );
wp_deregister_style( 'selectWoo' );
wp_dequeue_script( 'selectWoo');
wp_deregister_script('selectWoo');
}
}
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?
- 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
- Add exception to WP Mobile Detector
- 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
- What is the best way to detect a mobile device?
- How to detect mobile devices and present them a specific theme?
- Disable plugin / plugin action via theme
- What’s the best way to use the Featured Image for responsive web design?
- How to get a different mobile menu than desktop menu in the twentytwelve child theme
- How do I stop a widget from displaying on mobile site?
- Child Theme for Mobile Browsers
- How does a mobile WordPress theme differ from a simple theme?
- Mobile Featured Image Bug
- Create mobile navigation header with settings integration
- Javascript Solution Remove Specific Tag but leave the rest in a specific DIV
- How to serve different thumbnails/images depending on users browser/platform
- Only column gallery on mobile device
- Uber menu, manual integration, disable Mobile
- Disabling plugin but wpenqueue is not available
- Content not shown on some older browsers and mobile devices (SGS3)
- Edit / Change Jetpack Mobile Theme [closed]
- How do I provide for multiple crops of the same image in a theme?
- Creating a mobile site by adding a new class to the body tag from functions.php
- Readable titles in mobile
- How do I get the access type in WordPress?
- Limit posts when visited with mobile devices
- Remove iPhone detection on login page
- Blackberry mobile theme redirection
- Button and Countdown overlapping mobile menu
- problem disabling plugin only for mobile
- Jump to Footer On Scroll – Woocommerce Pages Phones Only
- Mobile menu displays submenus on top of parent. Need it to display right below on an own line
- Forms cut off when on mobile
- WordPress mobile version is not responsive anymore after installing varnish
- Unable to login to a https website via the app after changing from http
- How to display different blocks for mobile and desktops
- Change menu for mobile
- show desktop version of website if button is submited
- Making a custom CSS per mobile
- Plugin to load theme if mobile and specific page
- Make a paginated article (for easier reading on mobile)
- Getting error when trying to redirect WP site to mobile site
- Theme files and imagesnot loading on a mobile device
- Mobile version displaying all wrong after custom theme rewrites