You can use the below code with the required changes in the theme’s function file.
Refer to the documentation for more info
add_action( 'wp_enqueue_scripts', 'remove_thrive_appr_main_script' );
function remove_thrive_appr_main_script() {
wp_deregister_script( 'handle-of-style' );
}
Note – ‘handle-of-style’ = handle of style (You have to replace it with your own one)
I hope this will help you.
Related Posts:
- How do I check whether a checkbox is checked in jQuery?
- SyntaxError: Unexpected token o in JSON at position 1
- What does the function then() mean in JavaScript?
- Understanding unique keys for array children in React.js
- (Google Map API) Geocode was not successful for the following reason: REQUEST_DENIED
- Generate random number between two numbers in JavaScript
- Difference between npx and npm?
- How do I copy to the clipboard in JavaScript?
- Heroku: “No default language could be detected for this app” error thrown for node app
- Loop inside React JSX
- Can’t resolve module (not found) in React.js
- Is there a difference between /\s/g and /\s+/g?
- How to read an external local JSON file in JavaScript?
- How to call an async arrow function with await
- Get the current URL with JavaScript?
- Setting a backgroundImage With React Inline Styles
- Filter array to have unique values
- How do I chop/slice/trim off last character in string using Javascript?
- What is causing this error – “Fatal error: Unable to find local grunt”
- Escape quotes in JavaScript
- “Uncaught (in promise) undefined” error when using with=location in Facebook Graph API query
- Firebase Permission Denied
- Using Javascript in CSS
- How can I mock an ES6 module import using Jest?
- JavaScript variable assignments from tuples
- jQuery $.cookie is not a function
- Setting background-image using jQuery CSS property
- What is ESNext?
- SyntaxError: Cannot use import statement outside a module
- Appending to an object
- What is the meaning of “$” sign in JavaScript
- How to determine the installed webpack version
- Error: Failed to execute ‘appendChild’ on ‘Node’: parameter 1 is not of type ‘Node’
- Cannot find module ‘internal/fs’ after upgrading to node 7
- How can I select an element by name with jQuery?
- How can I group data with an Angular filter?
- jQuery disable/enable submit button
- Uncaught Invariant Violation: Too many re-renders. React limits the number of renders to prevent an infinite loop
- node-request – Getting error “SSL23_GET_SERVER_HELLO:unknown protocol”
- React.js – Can’t read property of undefined
- SyntaxError: import declarations may only appear at top level of a module
- javascript setTimeout() not working
- JQuery issue “TypeError: $.getJSON is not a function”
- Why is marquee deprecated and what is the best alternative?
- For loop for HTMLCollection elements
- Refresh/reload the content in Div using jquery/ajax
- How to take keyboard input in JavaScript?
- command not found: jest
- How to access Session variables and set them in javascript?
- Google Maps JS API v3 – Simple Multiple Marker Example
- HTML onchange (this.value)
- SyntaxError: Use of const in strict mode
- d3 is not defined – ReferenceError
- How can I get form data with JavaScript/jQuery?
- How do I load an HTML page in a div using JavaScript?
- How to check if a number is between two values?
- How to determine if Javascript array contains an object with an attribute that equals a given value?
- Download a file by jQuery.Ajax
- What does “export default” do in JSX?
- Strip all non-numeric characters from string in JavaScript
- Javascript – Track mouse position
- Customizer JS API
- Adding javascript to child theme
- Open media frame and select an attachment
- Loading different JS for http and https
- How to get the ToggleControl Gutenberg component working for a PHP Block
- How to append a URL parameter to all outbound URLs
- Loading Javascript Only When Specific Content Existing in a Post?
- Javascript Helpers
- wp_register_script unable to link bootstrap JS
- Rest API invalid nonce with Backbone Client
- How do I change number of columns in a proper way in twentyfourteen child theme?
- How do I embed a Javascript form directly into a page?
- Using google graph api with wordpress
- Using wp.data.select get actual tags (not id’s) used in post
- Enqueue script if screen is greater than 500
- JavaScript && operator in visual editor
- How to deal with the confliction between PHP-Markdown and MathJax?
- window.send_to_editor throws unterminated string literal error when adding image with multi line description
- Gutenberg get core data – search
- How to use Readmore.js? [closed]
- Gutenberg richtext block vaildation failed
- Custom Gutenberg-Block esnext pass variables
- Javascript only works if browser Developer Tools panel is open
- How to read inline-CSS from Gutenberg block?
- WP adds long version query strings to CSS and JS files
- javascript not loading
- How does WP determine the difference between a post and a page url
- Load content dynamically & resize event
- creating a static HTML/JS/PHP page
- wp_enqueue_script does not recognize my js file?
- ‘ajaxurl’ is undefined — wp-includes/js/wp-lists.js
- What to include to use jQuery UI Auto Complete
- create timestamp links to jump to specific times on rumble videos
- Taxonomy Template displaying different color post tag js
- Defer Parsing of “createjs.min.js” not working
- script not working anymore after saving widget settings
- how to refresh page after user logout with ‘wp_logout_url’?
- load-scripts.php loads incorrect file names
- Don’t understand how to link Javascript files in WordPress