Here is some point you must understand.
- Monster Insights loads scripts to handle the analytics
- Scripts are being loaded either header or footer
- In order to load the scripts in your template you must include
wp_head()
andwp_footer()
- You may disable one of them by testing one by one.
- Another option could be hard coding analytics script in your template file. That ways you still will be able to track everything.
Related Posts:
- force enqueue script to be first in order of prominence
- How do I force wp_enqueue_scripts to load at the END of ?
- How can I modify what is being output in wp_head, whether by a theme or WordPress in general?
- Change Page’s Tag Using functions.php File
- How can I reduce the amount of files loaded/included per plugin?
- Add code into on a per page/post basis
- How to load different css file for different pages
- append stylesheet via shortcode
- How to load plugin before the wordpress jquery?
- Disable wordpress from including jQuery in the head section
- How to add inline css/js inside a shortcode
- add action wp_head not working
- adding meta data using plugin to top of head
- Create mobile navigation header with settings integration
- Add javascript to wp_head with call to plugin options?
- CSS from textarea in options page to frontend what to do
- wp_footer hook only working on homepage not in other pages
- Inject HTML meta tag inside wordpress tag using add_shortcode
- Adding Plugin Assets to Header
- wp_enqueue_style on template_redirect level?
- How to manipulate the content within wp_head
- Grab ID from post from plugin and use it to create an object
- is there a way to preload specific images for desktop users only? (excluding mobile users)
- i create functions.php in plugin files but add_action (‘wp_head’, ‘function_name’) don’t work
- How do I override WordPress plugin css [closed]
- Update javascript URL in header – Domain Mapping Plugin [closed]
- Front End Page Not Loading Header Footer
- Best use adding user generated JS/CSS to a theme with a plugin
- How to view Plugin Manager in Notepad++
- Use Notepad++ as HEX-Editor
- fix the error : Plugin with id ‘com.android.application’ not found
- Best collection of code for your 'functions.php' file [closed]
- Tips for using WordPress as a CMS? [closed]
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- Updates for a private plugin?
- Uninstall, Activate, Deactivate a plugin: typical features & how-to
- Best way to initiate a class in a WP plugin?
- Which banner plugin is this? [closed]
- Upgrade 4.5.2 to 4.5.3 deleting row in wp_options table
- Woocommerce – adding variations to variations [closed]
- Best way to include wp-config.php
- similar of my posts in all over the internet sites and blogs [closed]
- Between functions.php (theme), widgets, and plugins, which is loaded first?
- Create custom page templates with plugins?
- Custom Post Type Templates from Plugin Folder?
- to perform the requested action wordpress needs to access your web server. please enter your ftp
- Disable update notification for individual plugins
- Passing a parameter to filter and action functions
- Do deactivated plugins slow down a WordPress site?
- What security concerns should I have when setting FS_METHOD to “direct” in wp-config?
- How do you debug plugins?
- How to structure a plugin
- What’s the preferred method of writing AJAX-enabled plugins?
- Get Product id from order id in Woocommerce [closed]
- Add multiple plugin directories
- What are the differences between WPINC and ABSPATH?
- Translate a plugin using .po .mo files
- Best way to overide plugin CSS?
- How to add a shortcode button to the TinyMCE editor?
- Where do I put the code snippets I found here or somewhere else on the web?
- Is there a plugin that provides a stackoverflow style editor for wordpress? [closed]
- Get a list of all registered actions
- How can I force a file download in the WordPress backend?
- What Plugins Demonstrate Great WP Plugin Development? [closed]
- How to implement a customizable free OpenID authentication?
- Should all plugins be encapsulated in a Class?
- How to check if the product is in a certain category on a single-product.php in Woocommerce?
- How can I stop WordPress from prompting me to enter FTP information when doing updates?
- In what order does WordPress load plugin files?
- What Features would you Most Like to See Added to WordPress? [closed]
- Given the ID of a product in woocommerce, how can I get its URL?
- Adding Additional Attributes in Script Tag for 3rd party JS
- How can I edit post data before it is saved?
- Manually set global $post vars with an ID, in order to use template tags
- is_plugin_active function doesn’t exist
- How To Activate Plugins via Code?
- Disable plugin / plugin action via theme
- ‘Global’ settings page for multisite plugin
- Activate a plugin through PHPMyAdmin or FTP?
- What Are Security Best Practices for WordPress Plugins and Themes? [closed]
- How can I use WordPress functions in my stylesheet?
- 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)
- Creating a plugin with dependencies
- How can I make add_image_size() crop from the top?
- Implementing a CrunchBase.com Clone using WordPress?
- Difference between add_filter and apply_filters
- Add Google Analytics manually, or use a plug-in?
- How to enable suggested edits?
- Delete WordPress plugin Repository
- Disable email notification after change of password
- Custom pages with plugin
- How to change a user’s password programatically
- How to catch/what to do with a WP Error Object
- How can I see all the actions attached to an “add_action” hook?
- Proper Way to Modify Plugin
- wp.media.view.ImageDetails – Save settings as HTML5 data-* attributes for image
- Are WordPress Plugins essential?
- wordpress on localhost lamp doesn’t let me install plugins
- WP Rest API: details of latest post including featured media url in one request?