Answer the question
In order to leave comments, you need to log in
How to run part of the scripts in the footer in wordpress?
The standard solution when changing false to true does not work
wp_enqueue_script( 'jquery-3.3.1', '/scripts/jquery-3.3.1.min.js', array(), '1.0', false);
Answer the question
In order to leave comments, you need to log in
wp_enqueue_script( 'jquery-3.3.1', '/scripts/jquery-3.3.1.min.js', array(), '1.0', false);
add_action( 'wp_enqueue_scripts', 'add_my_scripts' );
. If that's not the case, then it could be either $handle or $ver.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question