/*
 Theme Name:   The Savings Guide Astra Child
 Theme URI:    https://www.harrisburgsavingsguide.com/
 Description:  The Savings Guide Astra Child
 Author:       Jonathan Gingrich
 Author URI:   https://www.weberadvertising.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  savingsguideastrachild
*/
function jQuery_script_init() {
    wp_enqueue_script( 'jQuery', 'https://code.jquery.com/jquery-1.12.4.min.js', array('jquery') );
}
add_action('wp_enqueue_scripts', 'jQuery_script_init');