Feeling great!
I’ve been going to Dr Rugani for 18 months, once a week and I feel so much better. My knees have been ” abused ” over many years and he makes them feel like new when I leave. I highly recommend Dr. Rugani
// 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