That script looks like it is coming from some plugin. You’ll need to dig into the plugin files to see how the script is added. If it is enqueued, then you can use wp_dequeue_script(). If it is added with an action (e.g. function that echoes the tag to wp_head), then use remove_action().
Related Posts:
- How do I exclude plugins from getting automatically updated?
- Where is the best place to use add_filter
- How To Determine If A Filter Is Called In A Sidebar/Widget Context?
- What characters are allowed as a shortcode tag and how should they be sanitized?
- plugin_action_links Filter Hook Deprecated?
- Filter Hook on plugin update
- How can I show drafts in wp_dropdown_pages list?
- Use external link in the add sub menu
- Failed to invoke other hook from the init hook
- Very stubborn wp_register_script / add_action vs remove
- How can I filter blog name?
- Remove action from a plugin class, forced to use global instance
- remove filter which calls a public static function
- There’s some way to add a wrapper around posted images?
- Custom preview_post_link not working for draft post
- Woocommerce Shipping module available only for type of products [closed]
- Determine plugin name from within plugin_action_links filter
- add_filter the_content in functions.php not working
- Gutenberg Blocks – Change EDIT part of the block using editor.BlockEdit filters. How to change the markup?
- How to remove xmlns on language_attributes()?
- Randomize attachment IDs
- add_filter comment_edit_redirect not working
- Pass info from functions.php to plugin
- add_query_arg not working
- Change permalink structure hidden button edit
- When to call add_filter
- Edit default comments page in WP Admin
- Inserting above the comment template
- Creating a plugin to sanitize comment and the url field before display only
- How to check current user before all actions and filters?
- How do I create a filter feature on WordPress? [closed]
- Create a navbar filter that filters by a custom field
- qTranslate remove default directory from link
- How to disable a plugin for certain page?
- WordPress user account activation
- URL parameters causing 404 on home page, but nowhere else
- Which filter affects the ‘entry-title’ post class
- Filtering get_permalink in Jetpack / ShareDaddy
- Proper way to replace the_content only for pages created by custom plugin
- Is there a way to figure out which action/filter invoked a function?
- Add sub menu page in your plugin
- Check if variable is set in filter
- Passing stored variables to add_filter
- Modify page title and subtitle with a plugin
- override filter in a plugin
- Trying to add a page template for my custom post type from a plugin, but it will not display in the template dropdown unless file is in theme
- Change text string in a plugin
- How to use filter to disable adding a product to wishlist?
- correctness of URL
- Advanced Custom Fields (acf) – Filter Relationship by Taxonomies not Post Type
- How do I change where a plugin pulls updates from?
- How to use apply_filters?
- what is the point of telling add_filter how many parameters you want passed to the function?
- How to add filter for wordpress plugin?
- How to hook into action/filter call
- Filters on the_content with plugins, pages and shortcode
- How to append new form elements in “Add New” form of Users in WordPress admin panel?
- Filtered content appears in the excerpt
- Excluding specific post from custom next/previous theme function
- Want to create custom design of progress indicator in wpforms
- Use a hook or filter, or overwrite this Gamipress function?
- Add hook after content without formatting
- Unpublished Pages Failing To Appear On Custom Path
- Randomize post (and page) IDs on generation
- Making a list that can be filtered by category/tags
- Does having apply_filters in the middle of an array make a difference?
- how can I edit the HTML of yith ajax product filter
- How to Unhook actions/filters in within Class in plugin
- Plugin function in child theme
- Use action, filter, or hook to append HTML to WordPress plugin function
- Customize plugin’s output: filters or setters: looking for an advice
- Remove action added in plugin class from theme
- Show custom taxonomy in theme
- Using multi-dimensional array with filter
- ACF Taxonomy search on backend (Relationship field)
- Can I add content before post content without using the_content filter
- Why can’t I shove an instance of a class into a variable from a do_action hook?
- Add Filter to get_next_posts_link
- Passing a parameter to filter and action functions
- Jetpack Comments Change Placeholder Text
- shortcode which is introduced into entry the blog, and appears in side bar
- apply_filters to content but ignore shortcodes
- Use of apply_filter in plugin/widget class
- getpost content with all formatting for admin pages
- making a glossary with wordpress
- Adding a Filter to Sidbar Login Plugin to Change Login Button Lable
- How to add different CSS for galleries
- Simply Exclude – Category feed exclusion is excluding from category feed instead of just the main feed
- Add a filter to a different custom plugin
- How to change response of admin-ajax request?
- How to add a filter conditionally based on page related Conditional Tags
- WordPress plugin add_filter returning a link does not work. What is the correct way?
- Which action/filter can i use for a Member Plugin [closed]
- How to add product thumbnail on orders list on backend?
- Custom priority with the_content filter based on user input
- filter just a portion of plugin function
- Deactivated a plugin with a filter, but it still enqueues JS files
- Change social icon in twenty twenty three theme
- WooCommerce Attribute Mapping
- Hide attributes based on previous selection