function my_theme_scripts() { // This line (or another script depending on it) triggers jQuery to load wp_enqueue_script('my-custom-script', get_template_directory_uri() . '/js/main.js', array('jquery'), '1.0', true); } add_action('wp_enqueue_scripts', 'my_theme_scripts');
Skip to content