function jerrell_adds_to_the_footer(){ wp_register_script('js', get_stylesheet_directory_uri() . '/scriptNew.js', array('jquery', 'divi-custom-script'),'', true ); wp_enqueue_script('js'); } add_action('wp_enqueue_scripts', 'jerrell_adds_to_the_footer'); //Hooks my custom function into WP's wp_enqueue_scripts function ?>