ADVERTISEMENT

'They are safe, not stranded': Israel to bring home 17 Filipino officials ASAP

Published Jun 18, 2025 10:56 am  |  Updated Jun 18, 2025 02:07 pm
The deputy head of Israel’s agency for international development cooperation clarified that the 17 Filipino officials are not stranded in Israel and that they are expected to be back in the Philippines this week.

The Israeli Iron Dome air defense system fires to intercept missiles during an Iranian attack over Tel Aviv, Israel, early Wednesday, June 18, 2025. (AP Photo/Leo Correa)
The Israeli Iron Dome air defense system fires to intercept missiles during an Iranian attack over Tel Aviv, Israel, early Wednesday, June 18, 2025. (AP Photo/Leo Correa)
In a Radyo Pilipinas interview, MASHAV Deputy Head Ambassador Irit Savion Waidergorn said that “stranded is not the situation at all.”

“May I start that the group is in Israel, the delegates are in Israel by invitation of the government of Israel, hosted by the government of Israel, by the Ministry of Foreign Affairs, is part of a program for mayors and high officials and local authorities in different fields that we invited to a training program by MASHAV,” she explained amid circulating media reports about the presence of local officials in Israel while there’s an ongoing conflict with Iran.

“Stranded is totally not the word. They are safe. They are okay. They are with our teams,” she added.

The diplomat assured that an Israeli team is with the Filipino delegates on the ground and they have been briefed as to the location of the safe room, where they can take shelter.

Waidergorn also shared that there’s an existing mobile application in Israel where users “get the alerts for the sirens, for the attacks 10 minutes before they can walk safely to where they are safe.”

“They (Filipinos) are guests of the government of Israel, and our guests are treated like family. That's the way they're being treated, and that's the treatment they're being receiving. As long as they're in Israel, that's the only way,” she emphasized.

Study visit

The Israeli Embassy in Manila on Wednesday, June 18, also clarified that the delegation of local government units (LGUs) from the Philippines currently in Israel was participating in a “study visit and training program.”

“This initiative, focused on the exchange of experiences and best practices, is conducted in cooperation with the Embassy of Israel in Manila and is sponsored by MASHAV – the Israeli agency for international development cooperation,” the embassy added.

Waidergorn furthered that the Filipino delegates were in Israel for an official trip and to take part in an exhibition—the Muni Expo—that was scheduled to take place this week.

“It's the largest exhibition in Israel on municipal issues, and there were many, many, many more delegates from around the world and other countries in Israel this week,” she shared.

In fact, Waidergorn disclosed that the delegates are still staying in a hotel in a training center of MASHAV, and that “all their needs are being catered.”

“We even continue a little bit the programs, the lectures, that they will not be bored the whole day, and other activities,” she stressed.

Israeli Ambassador to the Philippines Ian Fluss told some Philippine media on Tuesday, June 17, that there were a total of 22 Filipino officials—17 mayors and local government representatives and the rest from the dairy industry—currently in Israel as the exchange of strikes between Tel Aviv and Tehran continues.

But the Department of Foreign Affairs (DFA) later clarified there were 21 Filipino officials, among them included nine mayors, four vice mayors, two partylist representatives, and two regional directors, whose identities were withheld for their privacy. They were joined by four Department of Agriculture (DA) officials.

The agricultural technology training started on June 10 and was supposed to end by June 20.

Safe passage

Waidergorn assured that the Israeli government is “working very, very hard to find a path to enable them to leave Israel as we understand how they feel and the different situation for them.”

“Israel is our home, and the Philippines is their home, and they want to go back here. The government of Israel and Mashav, we're doing everything to arrange a path for them to leave as soon as possible,” he added.

The official shared that the Filipino delegates are expected to start their travel back to the Philippines either today, Wednesday, or tomorrow, Thursday, or “as soon as possible.”

The expenses for their land travel via Jordan or to another country will be “fully covered by the government of Israel.”

According to the DFA, the Filipino officials will travel to Jordan where they will  take a flight going back to Manila this weekend since the airspace in Israel is closed for the time being.

“That's the plan, and I hope you'll hear from them as soon as possible from the Philippines,” Waidergorn said.

Related Tags

airstrikes Israel-Iran attacks Mashav Irit Savion Waidergorn
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.