the following may work
function wpdocs_dequeue_script() {
wp_dequeue_script( 'jquery' );
}
add_action( 'wp_print_scripts', 'wpdocs_dequeue_script', 100 );
Related Posts:
- force enqueue script to be first in order of prominence
- How to load plugin before the wordpress jquery?
- Pass PHP variable to javascript
- WordPress 3.5 Media Manager – add a button
- How do I force wp_enqueue_scripts to load at the END of ?
- How can I make default jquery version of WordPress “async”?
- 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
- Help making my pagination plugin better
- How can I reduce the amount of files loaded/included per plugin?
- Handling jQuery Component Collision
- How to Add jQuery Infinite Scroll to My Custom Archive Page
- Add code into on a per page/post basis
- How to load different css file for different pages
- jQuery plugin only in one page/post
- Is dynamic forms/entries possible in Widget?
- Custom plugin giving: wp-admin/admin-ajax.php 400 (Bad Request)
- Editor not displaying dynamically after clicking on the button
- jQuery AJAX call not executing in Plugin
- WordPress Enqueue Script Chaos (jQuery & Foundation.js)
- How to fetch serialized data from wordpress options
- append stylesheet via shortcode
- Check javascript file Proper way in functions.php
- WordPress Plugin development Call to undefined function jQuery()
- Add jQuery to WordPress page
- Why is my ajax call refreshing the page?
- How do I use WordPress PHP functions in my Javascript code?
- What’s the point of using WordPress’s built in admin-ajax.php?
- Admin-ajax.php is dying “0” without processing function
- How to load default scripts included with WordPress correctly?
- How to add inline css/js inside a shortcode
- Get image URL from media library in input
- How to create popup same as wordpress popup feature
- Only execute jQuery function(on document ready) on the page has shortcode from plugin [duplicate]
- Ajax with jQuery UI dialog not working
- Plugin jQuery version VS Theme jQuery version: search for best practice
- Adding a jquery script to plugin contact form 7
- jQuery function didn’t work in my plugin
- WordPress 3.5 Media Manager – add a button
- jQuery Plugin to use WordPress functions in AJAX request
- Handling jQuery Component Collision
- add action wp_head not working
- How do I make sure a plugin loads a script after jQuery
- how to include a simple jquery file into a wordpress plugin
- Add get_option to jquery
- Check if email address exists front end with AJAX in a plugin
- adding meta data using plugin to top of head
- Pass a php string to a javascript variable
- Confused about shortcode and settings values
- Running jquery script after shortcode [closed]
- Calling JavaScript file with Custom Plugin
- Problem in loading javascript in footer
- JQuery not working in my plugin [closed]
- Using jquery migrate for plugins incompatible with jquery 1.10.2
- Notepad sticky plugin
- scrolltop always 0, can’t trigger script
- Bootstrap Drop Down menu is not working
- Create mobile navigation header with settings integration
- Loading jQuery UI in the head
- How can I implement an Add to Collection function on my Image Gallery to be downloaded later?
- Form isn’t inserting data into database with ajax plugin
- Add javascript to wp_head with call to plugin options?
- Best approach to fetch data from wp options to js file or php file
- CSS from textarea in options page to frontend what to do
- custom changes removed after plugin update
- Adding a slider captcha to the comment system
- How to put JQuery/Ajax inside shortcode?
- Plugin for a text modal box [closed]
- Can someone please tell me what is wrong with my plugin?
- Error with Image Slide plug-in/ s3slider in WP
- Is there a way to set the default active tab on Post UI Tab pluggin?
- looking for navigation plugin (accordion) [closed]
- wordpress site | All-in-one-cufon IE Issue
- WordPress function not being called from jQuery method
- Change upload folder for a CPT
- Need to change url paramenter of share product pintrest [closed]
- How to tie dark mode with prefers-color-scheme webkit? [closed]
- Ajax contact form widget plugin data not insert in database
- Time consuming callbacks in customizer
- Modifying a .js Function for Print [QZ Tray, WooCommerce POS]
- How to hide CSS by default and show on button press
- Uncaught TypeError: jQuery(…).flipster is not a function in wordpress
- jQuery for custom plugin not working with Divi theme
- Redux Framework: Page freezes on typing in Editor
- How can I inject options into an select tag inside the widget form?
- jquery tinymce and bundled wp plugins
- Display wordpress post’s in popup?
- wp_footer hook only working on homepage not in other pages
- How to prevent plugins from loading jQuery
- Using color picker in plugin, does input attribute order matter?
- JQuery plugin that works with Google 1.10.2 and not with WordPress 1.10.2
- Loading a purchased jquery plugin in a wordpress theme
- Using window.onload with Ubermenu
- Post Comments with Ajax in WordPress
- jQuery | JJ Carousel Plugin – Can’t set speed [closed]
- Inject HTML meta tag inside wordpress tag using add_shortcode
- Create shortcode to echo javascript
- Integrating jQuery Datatables with Editor into wordpress admin
- how to insert data in wordpress table usnig jquery ajax
- Stop WordPress processing Javascript as text