You can use this code
add_action( 'wp_enqueue_scripts', 'dequeue_ez_icomoon', 11 );
function dequeue_ez_icomoon() {
wp_deregister_style( 'ez-icomoon' );
wp_deregister_style( 'ez-toc' );
wp_register_style( 'ez-toc', EZ_TOC_URL . "assets/css/screen.min.css", array(), ezTOC::VERSION );
}
Related Posts:
- Turn Off Auto Update for Single Plugin
- Is there a way to use latex \cite{reference} in wordpress?
- How to check plugin compatibility before upgrading WordPress
- How do I unlock a post programmatically?
- Force Plugin to English Translation
- How to parse nested shortcodes?
- Custom wp_nav_menu output (displaying all child elements of top menu element in current branch)
- Is it possible to have screenshots in any other section rather than the screenshots section?
- Removing user contact methods works from functions.php but not from a plugin
- Subscribe2 Configuration
- Dynamic HTML not displaying at respective place
- I need to Remove this line
- Should I global $wpdb outside of any of my plugin’s functions scope?
- Filter or action hook to insert content on admin pages before tag
- How do I change the default WordPress e-mail ID for sent e-mail?
- How to create a word press user with hashedpassword
- Display specific WooCommerce products to different types of users
- Is it possible to set up multistore in Woocommerce? [closed]
- Leveraging WordPress Comments on Custom Plugin Object page
- Woocommmerce show SKU in cart page
- W3 Total Cache: Load CSS asynchronously for better PageSpeed score? [closed]
- Show HTML form before WordPress plugin deletion
- Redeclare theme’s function in a plugin
- Check if we’re viewing an event
- Show price with Geo IP location
- Menus, but not by theme location
- How to get 1 or 2 specific posts on top of my wordpress blog?
- Getting value from dymanic text variable into Contact Form 7
- className not populating in custom block
- Will Gutenberg Have a Negative Impact on Page Speed?
- How to export post 2 posts WordPress plugin data [closed]
- import posts with dutch/special letters
- Does plugin’s uninstall.php file have access to the plugin ‘s object?
- Display custom content using page.php from theme
- Use $_GET inside a shortcode print empty Array
- Implementing an “Email this” button?
- How to customize a title by passing query string?
- Remove Advanced Custom Fields plugin for client?
- How to check if an email was sent from or originated from a specific plugin?
- Gutenberg Blocks – Cannot retrieve block saved attributes in edit post
- How to add fields in the WordPress editor?
- Migrating WordPress – New domain entry, links broken
- Search Results Page filter by page title
- Activate and deactivate plugin automatically
- WooCommerce: after install hook
- Theme My Login Shortcode Doesn’t Return Anything
- wp_redirect not working on plugin
- Is there a better way of handling AJAX requests in WordPress?
- Inserting Plugins Into Blank Space of Externally Designed WordPress Theme
- Change website directory safely to add a static page on startup
- add_meta_box creating default form field types
- Plugin permissions for Editor role
- How to handle a WordPress blog with articles in different languages?
- JS Plugin not executing the js correctly. Trying to make all internal links scroll smoothly
- Call javascript functions from each page
- After installing JetPack, can I delete the WordPress stats plugin?
- how to render dashboard widgets conditionaly in wordpress admin
- Redirect plugin after form submit or show errors
- how to create hierachial taxonomy and manage under single post type?
- Button and Countdown overlapping mobile menu
- How to data add to table when update post wordpress? when we clicked!
- can’t unzip file
- Check if theme supports sidebar
- Change plugin descriptions
- update_option_{$option} not working (do function after options are saved)
- Looking for WordPress PDF Converter with Custom Templates?
- How get horizontal div instead vertical CSS
- ACF Fields are not showing up on Homepage
- WordPress not encoding “é”
- Some resources of my website are pointing to www.mysite.com/dev/ and trying to get rid of that append has been a headache
- Display plugin-generated content to override a placeholder page
- After Update Advanced Gutenberg Plugin – advgb/container site does not support block
- Woocommerce functions in custom class, avoid errors
- Members-only page, but accessible via sharable link
- Google trying to index child theme files
- The dropdown list in autocomplete is not showing
- How to overlay a webcomic plugin on top of a header image?
- Consume legacy rest api dependent upon WP API plugin
- Edit the stylesheet of a child theme
- Setting multiple videos for the video background
- saving checkboxes value in plugin admin
- plugin not hooking to my custom hook
- Remove Url Parameter WordPress
- Escaping and sanitization
- How to Add Jquery FullCalendar in wp plugin in admin
- Modify a plugin’s content
- How to speed up installing plugins and upgrading WordPress
- Ajax, jQuery and WordPress
- Proper way to trigger a MySQL query via link in a plugin
- Advanced Custom Field User Help URL
- No plugin updates after moving wp-config.php above root map
- Unable to show 4 products in a row
- WordPress check box unchecked on null value ternary operator [plugin development]
- Want to show pop up image on home page every time when i refresh it [closed]
- woocommerce show cities state as dropdown list
- WordPress portfolio pagination on home page
- Wrapping code in an if block
- Is it possible to control content on different pages by checkboxing wich content is shown where on a wordpress theme page?
- Problems with file_exists() with metabox plugin in WordPress
- How to rewrite URL using .htaccess in WordPress Plugin