Our Blog

Browse Posts by Category

Get the Latest Updates

Follow us on Instagram

// Allow scaling to improve accessibility function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head', 'custom_et_add_viewport_meta' );