Skip to content

Instantly share code, notes, and snippets.

@rajeshsingh520
Created October 31, 2025 12:19
Show Gist options
  • Select an option

  • Save rajeshsingh520/34a9cb733a50217fbb3ff0b065af7287 to your computer and use it in GitHub Desktop.

Select an option

Save rajeshsingh520/34a9cb733a50217fbb3ff0b065af7287 to your computer and use it in GitHub Desktop.
add_filter('pi_eqw_admin_email_id', function($email_id, $items, $email_obj){
if(isset($_POST['melyi-bemutatotermunk-van-kozelebb-onhoz']) &&
strpos($_POST['melyi-bemutatotermunk-van-kozelebb-onhoz'], 'Tatabánya') !== false ){
$email_id = 'email1@gmail.com';
}
return $email_id;
},10,3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment