code snippet Archive

Featured

How to Make jQuery Loading Faster in WordPress

By default, WordPress load its own copy of jQuery file located in wp-includes/js/jquery/jquery.js, calling wp_enqueue_script(‘jquery’). But loading the jQuery
Featured

How to Remove jQuery From WordPress Header

By default, WordPress include its own copy of jQuery file in your blog posts and pages headers, calling wp_enqueue_script(‘jquery’).