ADVERTISEMENT

PNP: Duterte's partner Honeylet faces charges for hitting a female cop

Published Mar 13, 2025 08:53 am

injured cop.png

Criminal charges will be filed against Honeylet Avanceña for allegedly hitting a female member of the police’s elite Special Action Force (SAF) during a commotion when her partner, former president Rodrigo Duterte, was being transferred to a chartered plane bound for the Netherlands on Tuesday, March 11.

Police Brig. Gen. Jean Fajardo, spokesperson of the Philippine National Police (PNP), said the female police officer was taken to a medical facility after she suffered injuries on the head.

“The police officer suffered a head injury and will be filing cases. We have a video that proves that Ms Honeylet indeed hit the policewoman using her cellphone,” said Fajardo.

One of the cases that would be filed is direct assault.

The injured policewomen were among a team of female police officers who were securing Avanceña and her daughter Kitty at the Villamor Airbase amid the commotions as the Duterte camp was allegedly barring authorities from being transferred to a chartered plane.

injured cop1.png

Fajardo was with Police Maj. Gen. Nicolas Torre III, director of the Criminal Investigation and Detection Group) during the serving of the arrest warrant from the ICC after the arrival of Duterte at the Ninoy Aquino International Airport (NAIA) Terminal 3.

She confirmed the verbal abuses that Torre and some police officers suffered from the camp of Duterte.

“We received all the cursing, all the insults but the police exercised maximum tolerance,” said Fajardo.

“And for the record, nobody was hurt on their side,” she added.

Medialdea too

Since the start of the serving of the ICC warrant, former executive secretary Salvador Medialdea was with Duterte and in some of the videos that went viral on social media, the latter was seen arguing with Torre.

Fajardo confirmed that Medialdea was handcuffed on the order of Torre after he allegedly tried to block the process of transferring the former president to the airplane.

Torre earlier confirmed several tactics employed to delay the transfer of Duterte to the chartered plane that later transported him to the Netherlands.

“They insisted on not allowing the police to get near the former president. He (Medialdea) refused to accede to the request that the former president be transferred to the plane that is why no less than General Torre held him (Medialdea) and read him his right to remain silent and that he is being charged for obstruction of justice,” said Fajardo.

She, however, said the handcuffed was removed as soon as Medialdea joined the former president inside the bus that was headed to the chartered flight for humanitarian consideration.

Setting the record straight

In one of the videos circulating online, Torre was heard shouting making threats that he would pull out someone.

Fajardo clarified that Torre was not referring to Duterte.

She said Torre was referring to the people blocking the policemen from escorting Duterte to the bus.

On the other hand, Fajardo also denied that some policewomen deployed at the Villamor Airbase were crying during the incident.

“You can believe whatever you want to believe. We were there. The tension was high and it was hot there. Our personnel were sweating. We don’t want to discredit the one that posted the video but they made it appear that the policewoman wiping out the sweat was crying,” said Fajardo.

Focus on your job

Amid social media posts of policemen threatening to resign and criticizing the arrest of Duterte, Fajardo reminded all policemen to remain apolitical.

“There are certain ethical standards and norms within the PNP in expressing your views especially that we all know that the PNP is an apolitical and non-partisan organization,” said Fajardo.

“Again, we respect their views but in airing these views, there are certain limits if they are still part of the PNP. It is their right to express their views but as long as they are members of the PNP they should observe some policy airing their sentiments in social media,” said Fajardo.

Related Tags

Duterte arrest order Philippine National Police
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.