function acc_fix_viewport() { echo ''; } remove_action( 'wp_head', 'et_add_viewport_meta' ); add_action( 'wp_head', 'acc_fix_viewport', 1 );