ADVERTISEMENT

Health advocates urge LGUs: Follow Baguio's lead on tobacco control

Published Jun 30, 2025 03:11 pm
(PHOTO: PIXABAY)
(PHOTO: PIXABAY)
Health groups have called on local government units (LGUs) and the national government to ramp up their tobacco control policies, citing Baguio City as a model of what’s possible with political will and sustained enforcement.
“We urge other local chief executives to learn from Baguio’s success in implementing tobacco control measures. Over 112,000 Filipinos die from tobacco-related diseases annually,” Mary Ann Mendoza, the president of HealthJustice Philippines, said in a statement released on Monday, June 30.
“We hope that the national government will promote this best practice on tobacco control measures at the local level.”
The call came as Baguio City was recognized with the 2025 Bloomberg Philanthropies Award for Global Tobacco Control at the World Conference on Tobacco Control in Dublin, Ireland. 
Mayor Benjamin Magalong accepted the award, marking the city’s second international citation for its anti-smoking efforts.
HealthJustice, Southeast Asia Tobacco Control Alliance (SEATCA), and Transcend, which are all active in tobacco control advocacy, said the win underscores the effectiveness of local leadership in protecting public health.
“We commend Baguio City for the well deserved international recognition. Baguio has proven that a smoke-free environment is possible with good governance. We salute Mayor Magalong for setting a standard that other local chief executives should emulate. Here is a mayor whose heart is in the right place and whose priority is the health and wellness of his constituents,” Mendoza added.
Baguio’s Smoke-Free Ordinance, implemented since 2017, has earned high compliance ratings. 
A study by the city government and HealthJustice Philippines found Baguio had the highest adherence to smoke-free policies among three LGUs in Benguet.
“While much work remains to be done in fighting towards a smoke-free future, Baguio City receiving this award gives us hope that Filipinos can break free from the harms of tobacco products. It’s time for local and national governments to follow this example,” Maria Cecilia Agpawa of Transcend said.
The World Health Organization’s latest report on tobacco control estimates 6.1 billion lives could be saved through strong anti-smoking policies. 
The report highlights the MPOWER framework as a global standard. Baguio was recognized under the “M” category, which focuses on monitoring tobacco use.
“Baguio City is world-class in its fight to end tobacco use, which is still the leading cause of preventable death worldwide. If Baguio City and other cities like Pasig, Iloilo, and Balanga can succeed in protecting their citizens against tobacco, the rest of the country can do the same,” said Dr. Ulysses Dorotheo, the executive director of SEATCA.
During the observance of World No Tobacco Day last May 31, the Department of Health (DOH) warned that both tobacco and vape products contain toxic chemicals that can damage the heart, lungs, and other vital organs.
The agency encouraged smokers and vapers seeking to quit to contact the DOH Quitline at 1558 for assistance.
DOH Secretary Ted Herbosa stressed the agency’s opposition to the rampant use of cigarettes and vapes, citing the tobacco industry’s aggressive promotion as a driver of disease and death in the country.
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.