HTML
3
Вклад в тег
add_action( 'wp_enqueue_scripts', 'true_include_myscript' );
function true_include_myscript() {
wp_enqueue_script( 'themename', get_stylesheet_directory_uri() . '/js/jquery.polaris.js', array('jquery'), null, true );
}