Thank You!
Your order has been received.
Our friendly staff will be in touch with you shortly, or you can call to schedule your first session!
We are excited to see the new you!
Click Here to return to the Home Page.
function automatically_skip_all_gifs_from_jetpack( $val, $src, $tag ) { // Checks if the image file path ends with .gif if ( preg_match( '/.(gif)($|?)/i', $src ) ) { return true; } return $val; } add_filter( 'jetpack_photon_skip_image', 'automatically_skip_all_gifs_from_jetpack', 10, 3 );
Your order has been received.
Our friendly staff will be in touch with you shortly, or you can call to schedule your first session!
We are excited to see the new you!
Click Here to return to the Home Page.