Thêm thẻ script vào footer nó không hoạt động & giải thích lý do (ok)
Ví dụ như trường hợp ở trang chủ nó chưa sử dụng jquery bao giờ do đó nó không được gọi ra khi ta vô tình sử dụng thẻ
jQuery(document).ready(function($) {
(index):137 Uncaught ReferenceError: jQuery is not defined
});
// (index):137 Uncaught ReferenceError: jQuery is not defined
Giải thích lý do vì nó chưa sử dụng những khai báo phụ thuộc jquey kiểu như
function wp_plugin_enqueue_scripts() {
wp_enqueue_script( 'script-name', plugin_dir_url(__FILE__) . '/main.js', array('jquery') );
}
add_action( 'wp_enqueue_scripts', 'wp_plugin_enqueue_scripts' );
Do đó nó sẽ chưa gọi file jquery ra