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 双城区司法局举行各乡镇(街道)行政执法协调监督办公室授牌仪式 – 环球焦点
首页 新闻 双城区司法局举行各乡镇(街道)行政执法协调监督办公室授牌仪式

双城区司法局举行各乡镇(街道)行政执法协调监督办公室授牌仪式

  为全面建成省、市、县、乡四级全覆盖的行政执法协调监督工作体系,着力提升执法监督质效,促进严格规范公正文明执法,助推全区法治政府建设高质量发展、可持续振兴,继双城区司法局加挂同级人民政府行政执法协调监督局牌子后,6月28日,全区乡镇(街道)行政执法协调监督办公室授牌仪式在区司法局举行,相应印章也同步正式启用。区司法局负责同志、相关科室负责人及各乡镇街道司法所负责同志参加此次授牌仪式。

07d5c9ed9bb9982f99a21f2944186718.png

全区27个乡镇(街道)行政执法协调监督办公室挂牌成立,标志着双城区已形成区乡联动、点面结合、室所合一多层级立体式监督体系,双城区行政执法协调监督工作实现了有专门机构承担、有专人负责和有专用公章,行政执法协调监督工作步入行为规范化、监督常态化轨道,依法行政征程又迈出了坚实一步。

各行政执法协调监督办公室成立后,将担负起对所在乡镇(街道)行政执法机构具体行政行为的监督职责,监督指导所在乡镇(街道)建立健全行政执法三项制度、行政执法裁量基准制度、执法人员管理制度等行政执法制度,助推双城区构建全方位、全流程的行政执法协调监督工作体系,全面提升行政执法质量和效率,充分体现行政执法监督的权威性,对实现行政执法监督工作向基层延伸,规范执法行为,加快法治政府建设具有重要意义。

目前,全区27个乡镇(街道)司法所已全部完成行政执法协调监督办公室挂牌工作。下一步,区司法局将以此次授牌为契机,提高思想认识、突出工作重点、拓宽监督方式,以严格落实行政执法三项制度为主线,切实把提升行政执法质量三年行动”“加强行政执法协调监督工作体系建设等一系列工作落到实处,拓宽公众参与行政执法监督渠道,促进严格规范公正文明执法,为推动全区综合行政执法规范化建设,营造法治化营商环境贡献力量。

热门文章