I have a WordPress site that I would like to use a jQuery plugin called DataTables. I\'ve been having troubling figuring out the right way to load the jQuery script and the
If you can't use any WordPress methods, you can still include your Jquery plugin manually inside your extension_name.php, right after your wp_enqueue_script("jquery");