Created
October 31, 2025 12:19
-
-
Save rajeshsingh520/34a9cb733a50217fbb3ff0b065af7287 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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