add_action(‘template_redirect’, function() {
if (is_page(‘ai’)) {
wp_redirect(‘https://forms.office.com/Pages/ResponsePage.aspx?id=yQ08CVqFVEaBVDu8JMTbft48FJJZ68hMkT0BJFfVBUJUQ0VPS1BJQjFUWlBWNjNHQTI3TThWOE9OMi4u’, 301);
exit;
}
});