add_action('template_redirect', function () { if (trim($_SERVER['REQUEST_URI'], '/') === 'wa') { wp_redirect('wa.me/524427496728', 302); exit; } });