“I have been a patient of Dr. Rugani for a number of years. I have referred people to me, including my wife. I have nothing but the utmost confidence in him and his methods. I have nothing but the highest praise for him and his practice.”
// 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