Check the $wp_styles global to get the stylesheet IDs.
global $wp_styles;
var_dump($wp_styles);
Look for the handle key. Or…
var_dump(array_keys($wp_styles->registered));
That should give you what you need to dequeue them.
Related Posts:
- ‘Global’ settings page for multisite plugin
- What Are Security Best Practices for WordPress Plugins and Themes? [closed]
- How do I show data from gravity forms in my template? [closed]
- Show a different number of posts per page depending on context (e.g., homepage, search, archive)
- How can I add a featured image to a page?
- How to customize a plugin whilst maintaining ability to upgrade
- PHP code on Visual Composer Plugin
- A better way to override plugin’s JS files?
- How are plugins in the WordPress plugin directory ranked?
- How can I log a user out of WordPress before the page loads?
- What does a security risk in a plugin look like?
- How to generate/update a XML sitemap without plugins?
- How can I reduce the amount of files loaded/included per plugin?
- Disable author pages for specific users
- How to assign user a role if none is present when logging in
- How do you import members from another system to WordPress and update passwords so they’ll work?
- Get info (url) from already enqueued styles
- WordPress import does not fetch images, but just links them
- How to create custom LOGIN and REGISTRATION forms?
- update_meta_user difference in i:1 and b:1, how to write b:1
- Registration Form Validation in wordpress
- wamp server wordprocess whole from begining up on filezilla
- Show the “ratingValue” and “ratingCount” values of KK Star Ratings Plugin
- bulk post_content update
- Migrating a File from Plugin to Theme and changing its path → instead create a REST endpoint
- Access wordpress functions inside a plugin class
- How to add product images using script?
- Retrieve categories of a WooCommerce product in hierachical order
- Dequeue / Deregister script and replace it with a new plugin
- resize only height using wp_get_image_editor
- View the source code of a 3rd party plugin? [closed]
- How do I make a wordpress plugin with menu item etc
- How to use get_categories() with Event Organiser plugin
- Setting up widgets in wordpress with a unique ID for the after_title argument
- What are WordPress installation percentages by version?
- How to find out what blocks are added by a plugin
- Can’t access my WP dashboard: fatal error? [closed]
- allow arabic letters when register new account
- Dashboard Disappears after Upgrade
- Show a confirmation message on plugin deactivation
- How extend shortcode default values for a plugin?
- Use plugin or custom post type for game score functionality
- The website has resulted in too many redirects (redirect plugin)?
- How can I see the error generated by plugin activation?
- Custom height/width for thickbox in WP Backend
- add action wp_head not working
- Can I upgrade plugins via FTP?
- Cannot access wp-admin after disabling all plugin
- Assignments must be the first block of code on a line Validation Error on Travis
- What is Stable Tag in WordPress plugin readme file
- Error 404 using wpml plugin
- I’m trying to update user meta but is always 1, What I doing wrong? [closed]
- Next and/or previous post content
- WordPress functions give fatal error in included php file
- Are these wp-content permissions safe?
- Disable all scripts and styles from NextGEN Gallery? [closed]
- How To Clean The Malware Infected & Hacked WordPress Websites? [duplicate]
- How to remove style and js from theme and add your own style and js where shortcode is used?
- AJAX button run function
- Detect permalinks when passing querystring in REST API requests
- How to periodically scrape and cache strings from remote txt files. – My First Plugin
- Re-naming a theme/child theme whilst maintaining updates
- Get posts from WP_Query and format them on admin_head
- Redux Framework has an embedded demo. Click here to activate the sample config file
- Pull out Advanced Custom Fields in Related post plugin
- mp3 audio metadata upload integration: can I autopopulate title, caption, description from id3 tags?
- Removing Super Cache Plugin
- How to sanitize uploaded file filename from a plugin?
- Using WP Category Lists Plugin to Dynamically Display Category (PHP)
- Can’t Update or Delete Plugins From WordPress
- Set and access global variable
- How to change File URL in file uploaded to s3 compatible storage with self written plugin [closed]
- Adding sections in the ‘Pages’ post type
- Single API call exposed via shortcode with params
- Force media library editor to overwrite the original filename?
- Is there a way to test that readme looks in other language before submitting translation?
- Insert content of a post into another
- Add comments for template variables
- What would I need to write into a custom plugin in order to add a switch for a custom string of CSS to the edit page?
- ob_start() combined with wp_query
- Theme/Plugin installation through url on button click
- Enabling plugin failed because MySQL user do not have CREATE permissions
- WP_Error with multiple form validation message
- Update post meta Rest Api
- cURL External API request displays content above other content on page
- A way to upload old html pages with all its assets via WordPress admin and to add a fixed menu on top of those (a la Wayback Machine)
- Problems with file_exists() with metabox plugin in WordPress
- How to rewrite URL using .htaccess in WordPress Plugin
- Problem moving to category posts page
- admin_enqueue_scripts using hook_suffix vs GET page
- FacetWP custom display based on post type [closed]
- How to fix a Wordfence scan that doesn’t finish?
- WordPress.Security.NonceVerification.Recommended
- My Revolution Slider suddenly appears two times after updating
- BBPress Customization with Custom Plugin
- WooCommerce Bookings – Last day of booking available for the next customer
- How to make cookies notice load after everything else?
- ASSOCIATE YITH BRAND WITH PRODUCT
- Unable to register rewrite rule using add_rewrite_rule
- Custom Gutenberg blocks not showing in WP editor