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 环球焦点 – 第 1844 页 – 关注企业发展动态-传播企业经营动态

最新发布
今日更新52 文章总数18483

喝红茶的好处和坏处有哪些

喝红茶的好处和坏处有哪些

  喝红茶的好处和坏处有哪些   喝红茶的好处   1、利尿   在红茶中的咖啡硷和芳香物质联合作用下,增加肾…

苦菜的功效与作用有哪些

苦菜的功效与作用有哪些

  苦菜的功效与作用有哪些   苦卖菜是一种多年生草本植物,它叶色碧绿,还有大量乳汁,茎直子存在,春天收取的新…

小米的功效与作用有哪些

小米的功效与作用有哪些

  小米的功效与作用有哪些   1、防治消化不良   小米具有滋阴养血的功效,可以使产妇虚寒的体质得到调养,帮…

逆传播正式上线舆情监测系统,助力企业快速精准把握全网舆情动向

逆传播正式上线舆情监测系统,助力企业快速精准把握全网舆情动向

 在这个信息爆炸的时代,企业不仅要将自己的信息及时准确的输出给观众,同时也要全面了解市场对企业的信息反馈。根据…

女人痛经怎么办?试试这款抑菌暖宫内裤,免费送!

女人痛经怎么办?试试这款抑菌暖宫内裤,免费送!

对很多女孩子来说 最讨厌的亲戚 不是逢年过节花式催婚的那种 而是每个月开着挖掘机来的—— 大姨妈! 痛经是经科…