ADVERTISEMENT

Teodoro defends resignation call over WPS stance

Published Aug 2, 2026 04:41 pm

At A Glance

  • Department of National Defense (DND) Secretary Gilberto C. Teodoro Jr. clarified that his call for officials who side with China on the West Philippine Sea issue to resign is based on their legal duty to uphold existing laws and government policy, not on their personal beliefs.
  • Teodoro said officials who disagree with the country's West Philippine Sea policy should challenge it before the courts. Otherwise, they are bound by their oath to uphold it, citing Administrative Order No. 29 as part of the law of the land.
  • The defense chief also accused some reports of misrepresenting his remarks, urged the public to read his full statement instead of relying on headlines, and linked the issue to the Philippines' recent UN submission for an extended continental shelf that includes waters surrounding Bajo de Masinloc.
Department of National Defense (DND) Secretary Gilberto C. Teodoro Jr. (File photo: DND)
Department of National Defense (DND) Secretary Gilberto C. Teodoro Jr. (File photo: DND)
Public officials who refuse to uphold the country's policy on the West Philippine Sea (WPS) have a legal duty either to question it before the courts or leave government service, Department of National Defense (DND) Secretary Gilberto C. Teodoro Jr. said on Sunday, Aug. 2, in a clarification issued after his earlier remarks drew mixed reactions.
Teodoro said his previous statement that officials who side with China on the WPS issue should consider resigning was anchored in the obligations of public officials under existing laws, not in their personal beliefs.
“One cannot ask a public official to resign just because of a belief. There must be a violation of a law or a regulation,” he said.
During a public forum last week, Teodoro said elected officials who side with China on the West Philippine Sea issue should consider resigning if they cannot support the Philippines’ position. He also said those who disagree may instead question the policy before the Supreme Court.
However, he mentioned that he specifically cited Administrative Order No. 29, signed by then president Benigno Aquino III in 2012, because it designated WPS as part of the country's official policy.
A.O. 29 institutionalized the use of the term “West Philippine Sea” for the maritime areas on the western side of the Philippine archipelago. Manila also continues to uphold the 2016 arbitral award that invalidated China's sweeping claims in the South China Sea, a ruling that Beijing has refused to recognize.
“I was careful in using as basis A.O. 29 series of 2012, concerning the West Philippine Sea. Since the A.O. was issued in pursuance of and under law, it forms part of the law of the land,” Teodoro stressed.
“If a public official cannot uphold these, then the duty is clear. Uphold or file an action to declare the rule or law unconstitutional. Until that time there is no option but to uphold the law. If a public official cannot conform to these requisites, then the only option is to resign,” he noted.
The defense chief also mentioned the country’s recent submission before the United Nations for an extended continental shelf, which was filed through President Ferdinand Marcos Jr. and the Department of Foreign Affairs.
He said the claim includes waters surrounding Bajo de Masinloc, which he noted are covered by Administrative Order No. 29.
“Are they not supporting this? If not, then what is their sworn duty?” Teodoro asked.
He said officials who oppose the move should openly declare their position so they would “have left a mark in our history.”
“They will be remembered by future generations, our people, our soldiers, and especially by the fishermen in Masinloc, Zambales who are most affected by China's illegal and fabricated activities,” he said.
Teodoro also blamed “misleading reports” for the controversy surrounding his earlier remarks, warning that “fake news once again has reared its ugly head.”
He urged the public to read his full statements instead of relying only on headlines.
“Before I make any statement, I carefully lay down my premises. Please do not rely on headlines that attempt to frame my statements. To do so would be an injustice to our people and to patriotic Filipinos,” he said.
“This clarification is clear. It just needs to be read and understood. If some, despite this, still persist in distorting my message then that is on them and not me,” he added.

Related Tags

DND Gilberto Teodoro Jr. resign China West Philippine Sea Bajo de Masinloc
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; } }

{{ static_articles_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.