Our family has been coming to Rugani Chiropractic for years. We find the maintenance of our spine health to be so beneficial! Also having the resource available for the times when we have messed things up has been such a relief.
// BEGIN enqueue_block_aio_script function enqueue_block_aio_script() { wp_enqueue_script('block-aio', get_template_directory_uri() . '/block-aio.js', [], null, true); } add_action('wp_enqueue_scripts', 'enqueue_block_aio_script'); // END enqueue_block_aio_script