High Quality Service and Friendly
I would highly recommend Dr. Rugani. He is friendly, professional and knowledgable. I have been a patient for several years and have had a significant amount of relief from the treatments.
// 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