How to load jQuery into WordPress properly

前端 未结 4 1858
臣服心动
臣服心动 2020-12-16 06:59

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

4条回答
  •  Happy的楠姐
    2020-12-16 07:19

    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");

    echo "";
    

提交回复
热议问题