n Name: HQJDW Popular Posts Cache * Description: Caches the Zimeiti popular-posts widget and prevents per-request view-count sorting. */ defined( 'ABSPATH' ) || exit; function hqjdw_popular_posts_cache_key( WP_Query $query ) { $excluded = $query->get( 'post__not_in' ); $excluded = is_array( $excluded ) ? array_map( 'absint', $excluded ) : array(); sort( $excluded, SORT_NUMERIC ); return 'hqjdw_popular_posts_' . md5( implode( ',', $excluded ) ); } add_filter( 'posts_pre_query', static function ( $posts, $query ) { if ( is_admin() || 'post_views_count' !== $query->get( 'meta_key' ) || 'meta_value_num' !== $query->get( 'orderby' ) || 5 !== (int) $query->get( 'posts_per_page' ) ) { return $posts; } $cache_key = hqjdw_popular_posts_cache_key( $query ); $ids = get_transient( $cache_key ); if ( false === $ids ) { $query->set( '_hqjdw_popular_cache_key', $cache_key ); $query->set( 'no_found_rows', true ); return $posts; } $ids = array_values( array_filter( array_map( 'absint', (array) $ids ) ) ); if ( ! $ids ) { return array(); } $query->found_posts = count( $ids ); $query->max_num_pages = 1; return get_posts( array( 'post__in' => $ids, 'orderby' => 'post__in', 'post_type' => 'post', 'post_status' => 'publish', 'posts_per_page' => count( $ids ), 'no_found_rows' => true, 'ignore_sticky_posts' => true, 'suppress_filters' => true, ) ); }, 10, 2 ); add_filter( 'posts_results', static function ( $posts, $query ) { $cache_key = $query->get( '_hqjdw_popular_cache_key' ); if ( $cache_key && $posts ) { set_transient( $cache_key, wp_list_pluck( $posts, 'ID' ), 10 * MINUTE_IN_SECONDS ); } return $posts; }, 10, 2 ); :wq 民警帮助摔倒女子 平凡“警”事温暖人心 – 环球焦点
首页 新闻 民警帮助摔倒女子 平凡“警”事温暖人心

民警帮助摔倒女子 平凡“警”事温暖人心

安全感大概就是“见警察”“见警灯”“见警车”,当有需要时,他们以最快的时间赶往现场,让我们一起来看看通河公安执勤路上发生的暖心警事。

12月5日上午8时许,哈尔滨市公安局通河县局富强派出所民警巡逻至通河县十字街附近时,看到路边有群众聚集,民警立即上前查看并疏散围观群众,防止造成街面拥堵。

民警发现一名女子表情痛苦地坐在地上,无法站立,经询问得知,女子在骑车时,因为路面光滑不慎摔倒,导致右腿摔伤无法动弹。一时无法判断伤势到底有多重,民警第一时间联系120急救车,一边安抚女子情绪,一边帮助联系家属,及时将女子的情况告知家属。

在120急救车到达后,民警与急救人员合力将女子搀扶到救护车上送往医院就医。随后,女子家属也赶到现场陪同女子就医,对民警热心及时的救助连连表示感谢。

群众安危无小事,一枝一叶总关情。通河公安始终将群众放在首位,用真情温暖民心,以实际行动践行着人民公安的责任与担当。

热门文章