You can see that the plugin embeds the Drift code by hooking wp_head:
// Add the Drift Javascript
add_action('wp_head', 'add_drift');
So all you need to do is
remove_action( 'wp_head', 'add_drift' );
when you’re on the homepage, e.g. in an if (is_home()) or if (is_front_page()) block (they’re more or less equivalent here) in your theme, which will be loaded after the plugins. Or you could even put this at the top of your home page template before you call wp_head().
Related Posts:
- Woocommerce – adding variations to variations [closed]
- Passing a parameter to filter and action functions
- Do deactivated plugins slow down a WordPress site?
- Allow all file types for upload
- Difference between a theme and a plugin?
- Creating Unique Post URLs for A/B Testing… Is this even possible?
- Change Label for field used in Woo Commerce
- Symlinked plugin directory doesn’t appear in Admin
- Suggest a plugin for up/down voting posts [closed]
- How to disable Gutenberg editor?
- How to install plugins in individual sites on a wordpress network?
- Get Latest Plugin Version from WP API
- Cropping, Re-sizing and Saving images from one folder to another folder in wordpress
- Cron Job not working in plugin
- How to get all attachment image from post ?? WordPress
- How to check if I am displaying categories on a Woocommerce page? [closed]
- What plugin should I use for a basic user signup/login system [closed]
- Stop the form of beign submitted on “Save changes” custom option page
- How to avoid redefining requirejs in plugin when another plugin also uses requirejs
- Review plugin with rating of post [closed]
- Can I use the same textdomain in two separate plugins?
- Hook to generate a dynamic sitemap with “All in One SEO Pack” Plugin
- Displaying a Welcome Message to a Woocommerce User
- How use %like% in sql statement wordpress
- Can I use a form in a dashboard widget?
- Possible to replicate economist.com’s debate section in wordpress? [closed]
- WordPress Social Login > Post to a users Facebook wall
- Why slash is removed after domain?
- add mediaelement.js plugins into WordPress video player control bar
- MITM risk of not sanitizing?
- WordPress Central User Database
- Why Won’t Exported Blog From One Site Import Into New Site?
- Any built-in function to associate a post to category through a plugin?
- Making sure that a plugin’s scripts and stylesheets are included for dynamicaly loaded content
- Filtering WooCommerce Orders by Category
- Redirecting thousands of posts that currently have no category in their permalink when changing permalink structure to include category
- Suggestions on Approach to New Plugin I’m Stuck On
- How to redirect users to their profile after they successfully edit their profile
- Disable Gravatars in WordPress
- How to use is_single and get_post_type within a plugin?
- Getting a “Warning: call_user_func_array()” error whenever I install/update a plugin
- What is wordpress way to access a plugin’s classes/models to load custom post type data?
- Change wp-login to custom URL login page
- How do I get a post author’s image/avatar via RSS from another blog?
- Shortcode not getting replaced
- what is name of this plugin used for photo gallery page [closed]
- Why can’t I call a (member) function from within a foreach?
- Plugin that will output submitted form data for user? [closed]
- Vulnerability Concern From the Plugin or From Not Updating the Plugin?
- How to import WordPress site to new WordPress site?
- Why does this code snippet create a critical error on my site? [closed]
- Custom Font Complications (WordPress) [closed]
- How does translation (gettext) work for translating config file of plugin?
- Must use Plugin not updating HTML code in head
- Restore with Duplicator, URL is concatenated twice
- Installing plug ins on a wordpress hosted site
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- using wp_footer hook in a plugin
- WordPress “Add new tag” button is not working
- Which is a better practice when writing shortcodes: pack lots of configuration parameters or just give an id?
- I’m looking for a plugin to execute a specific task a certain time
- jQuery gallery plugin to interface with Picasa
- Looking for a photo gallery plugin [closed]
- Want to create custom design of progress indicator in wpforms
- In a WPMU that uses several different domains, how to enable users to register subdomains of any domain from the main site?
- Open_basedir errors – But setting basedir to none redults in 502 Bad Gateway
- Update automatically a form inside a function of a plugin
- add a hook of Woocommerce to a plugin but it only shows and doesn’t function properly
- Change language in SiteOrigin Widgets
- Include my files in a plugin? [duplicate]
- Some Widgets in the Right Side Bar and the whole Footer section is not working in a WordPress Site
- Override plugin images so that they are not removed when the plugin is updated
- Login/password protected “client page”
- Change custom rewrite rule when permalink is updated/changed
- Store admin page into variable
- Image paths wrong after migrating with wp-migrate-db-pro media files add-on
- Showing ads in the specific category and its sub-categories
- How to load a plugin when doing an Ajax call? [duplicate]
- Define constant for one plugin in mu-plugin
- Choopy Video Playback in a popup using Artiss Youtube Embed [closed]
- How to fix vanilla comments extra iframe space
- MultiPostThumbnails and media queries
- Get a submitted value from front end post form for single template
- Problem with permissions in wp-content/plugins
- What would cause edit buttons for plugins to disappear?
- Reply form used in wordpress.com
- Language switcher with flags – Polylang WP plugin
- PM PRO addon package check user access to a specific post
- wordpress or jquery a dynamic photo gallery
- How to add image for custom taxonomy
- Plugin Beauty Contact Popup Form with while loop
- How can i store cache of wordpress a database request without plugins?
- disabled plugin and now wordpress won’t load
- How to provide page_template path in custom plugin using WordPress
- WordPress User Registration/ Sign Up -> Able to take Paid Certification Courses & keep track of Completed Certificates
- Prevent primary navigational menu from expanding during page load (WordPress / Astra Theme)
- Issues with creating user profile for a subscriber, but with different profile page and functionalities
- Block Root REST API Route using custom &/or iThemes
- WordPress theme development – the template dropdown in Pages and disappeared
- Add custom button to the changeset status in the Customizer