In this article we will teach you how to remove javascript or scripts in wordpress.
Some times we need to remove some javascript from our wordpress website or blog to speed up our website. Here below is a trick which you can use to remove unused js from your wordpress website.
First of all you have to find the javascript file which you want to remove and to find this open your webpage in google chrome and press ctrl+u to view the source code of the webpage, then find the script tag of js file and there you will see the id in the script tag and this is what you need to remove the js. Now paste the code given below in your functions.php file located at root_directory_path/wp-content/themes/your_theme/functions.php
And we have used here two wordpress core functions wp_dequeue_script and wp_deregister_script.
Here ‘woocommerce’ is the id of the script tag which you have found in source code of webpage.
function wra_filter_scripts(){
if( is_home() == true || is_single() == true ){
wp_deregister_script('woocommerce');
wp_dequeue_script('woocommerce');
}
}
add_action('wp_print_scripts', 'wra_filter_scripts', 100000);
add_action('wp_print_footer_scripts', 'wra_filter_scripts', 100000);
That’s it Now you have learned the trick how to remove javascript or scripts in wordpress.
And if you want more tutorials and tricks about wordpress then visit our WordPress Page and follow us on facebook, twitter, tumblr, linkdedin and if you like this article then share this.
16 thoughts on “How to remove javascript or scripts in wordpress?”
Comments are closed.
Νo matter іf somе оne searches fⲟr his neⅽessary thing, ѕο he/sһe needs to
be avaiⅼaƄle that in ԁetail, tһerefore that thing is maintained over here.
I merely wanted to thank you a lot more for that amazing web site
you have developed here. It really is full of ideas for those who are truly interested in that subject,
specifically this very post. Your all so sweet plus thoughtful of others and reading your blog posts is a great delight with me.
And such a generous surprise! Mary and I usually have excitement making use of your suggestions in what
we have to do in the future. Our list is a kilometer long so your tips will certainly be put to
great use.
Hello to аll, the contents preѕent at this wеb page arе genuinely
awesome for people knowledge, weⅼl, keep up
the nice worқ fellows.
What’s up Dear, are you in fact visiting this website on a regular basis,
if so afterward you will absolutely obtain nice experience.
Hey very interesting blog!
What’s up mates, its impressive post about tutoringand entirely defined,
keep it up all the time.
Hi there! I’m at work surfing around your blog from my new
iphone! Just wanted to say I love reading
your blog and look forward to all your posts!
Carry on the outstanding work!
Hi there! I’m at work browsing your blog from my new apple iphone!
Just wanted to say I love reading your blog and look forward to all your posts!
Keep up the fantastic work!
Hi there Dear, are you actually visiting this web page regularly, if so afterward you will without doubt obtain pleasant experience.
What’s Taking place i’m new to this, I stumbled upon this I’ve discovered It positively
useful and it has aided me out loads. I am hoping to contribute
& help other customers like its aided me. Good job.
I think this is one of the so much significant information for me.
And i’m glad studying your article. However want to commentary on few basic things,
The site taste is perfect, the articles is truly nice
:D. Just right process, cheers.
I feel that is among the most important info for me.
And i’m glad studying your article. However should remark on some general things, The web site style is ideal, the articles is really great :D.
Good job, cheers.
Wow! At last I got a website from where I can in fact get useful information concerning my study and knowledge.
I am genuinely grateful to the holder of this web site who has shared this
enormous piece of writing at at this time.
What’s up friends, its great piece of writing regarding educationand completely defined, keep it up all
the time.
Hello.This article was really fascinating, particularly since I was searching for thoughts on this topic last
couple of days.