![html](https://habrastorage.org/r/w120/webt/5a/6c/29/5a6c29308ac8a661581550.png)
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 );
}