ADVERTISEMENT

Palace criticizes 'fall guys' claim over arrest of suspects in Que kidnap-slay

Published Apr 21, 2025 08:08 am

Tagging as "fall guys" the arrested suspects behind the killing of Filipino-Chinese businessman Anson Que was an attempt by fake news peddlers to spread disinformation, Malacañang said.

Screenshot 2025-04-21 160445.png
PCO Undersecretary Claire Castro (RTVM)

Palace Press Officer and Communications Undersecretary Claire Castro lamented that even after the arrest of the three suspects tagged in the kidnapping and killing of Que and his driver, Armanie Pabillo, fake news persisted.

"Kamakailan lamang po ay nalaman din natin itong good news natin na nahuli na nga po ng PNP Anti-Kidnapping Group ang tatlong suspek na sangkot sa kaso ni Mr. Que. Pero mayroon pa ring mga fake news peddlers na nagsasabi na ang mga nahuli daw ay mga fall guys lamang (Recently, we learned about the good news that the Philippine National Police-Anti-Kidnapping Group arrested the three suspects in the case of Mr. Que. But there are still fake news peddlers, saying that those arrested were only fall guys)," Castro said in a Palace briefing on Monday, April 21.

"Ito ay hindi maganda na mula sa mga fake news peddlers or sa ibang mga tao nagsasabi na ang ibinabalita mismo ng gobyerno at ng mainstream media ay fake (It's not right when fake news peddlers or other people claim that the news being reported by the government and mainstream media is fake)," Castro stressed.

Meanwhile, the Palace official also welcomed the PNP's move to form a joint anti-fake news action committee to reinforce its commitment to truth in information.

She added the fight against fake news was also among the topics discussed during a sectoral meeting presided over by President Marcos at Malacañang Palace on Monday.

"Napakaganda po niyang gagawin dahil kanina lamang po ay nagkaroon po tayo ng pagmi-meeting kasama po si DICT Secretary Aguda, kasama po ang Pangulo at pinag-uusapan po kung papaano talaga pong mapapahinto itong fake news (That is a good move because the President and DICT Secretary Henry Aguda discussed how to ultimately stop fake news)," Castro.

The Presidential Communications Office (PCO) undersecretary issued a call anew to the media and social media content creators to help the government in its goal to eradicate disinformation.

"Dahil sabi nga natin, kapag ang fake news ay lumaganap, mismong sarili nating pagde-desisyon ay maaari na tayong magkamali dahil ito ay impluwensiya lamang ng fake news (Because as what we have said, fake news can influence our decisions, and we could make mistakes because of it)," Castro said.

Related Tags

Philippine National Police (PNP) MALACAÑANG Anson que
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.