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

最新发布
今日更新77 文章总数18513

金甲虫携手新代言人关晓彤,开启全新美丽旅程!

金甲虫携手新代言人关晓彤,开启全新美丽旅程!

  2019年12月,金甲虫化妆品店与关晓彤在北京正式签订代言合同,关晓彤成为金甲虫化妆品店的全新代言人。  …

2019搜狐时尚盛典 郑爽获得“年度硬核风尚人物”

2019搜狐时尚盛典 郑爽获得“年度硬核风尚人物”

  12月18日,2019搜狐时尚盛典于北京中国大饭店盛大启幕。这是一场跨越时尚界、影视界、音乐界的盛宴,群星…

郑爽“营业”又上热搜?仙女本仙了!

郑爽“营业”又上热搜?仙女本仙了!

  前段时间的《国剧盛典》看到了美腻的郑爽,最近又被她直角肩,蝴蝶背,天鹅颈刷屏,看来最近郑爽的状态相当不错了…

百度AI芯片再进一步!明年初量产,由三星代工采用14nm工艺

百度AI芯片再进一步!明年初量产,由三星代工采用14nm工艺

  自主可控的 AI 芯片和深度学习框架,是构建自主 AI 生态的关键,其中量产是衡量技术开发的最后一关。百度…

佳都科技张进飞:基于数字孪生概念,打造智慧城市生态链

佳都科技张进飞:基于数字孪生概念,打造智慧城市生态链

  10月27日,由雷锋网& AI掘金志主办的「全球AI芯片·城市智能峰会」,在深圳大中华喜来登酒店盛…

扫地机器人有必要买吗看看小编M7MAX扫地机

扫地机器人有必要买吗看看小编M7MAX扫地机

扫地机器人有必要买吗?其实这个问题的答案很简单需要看自己勤不勤快,如果你有时间每天都打扫卫生,扫地机器人其实可…

这是iBuyers在2019年购买最多房屋的街区

这是iBuyers在2019年购买最多房屋的街区

  今年,iBuying似乎取得了巨大的飞跃,似乎每个月都有更多公司扩展到直接购买市场。   但是尽管有很多讨…

2020年至2021年私人住宅价格将上涨2%

2020年至2021年私人住宅价格将上涨2%

  根据最新的惠誉国际评级,据《商业时报》报道,新加坡的私人房地产价格预计在未来两年内温和增长2%,与2018…

图聚智能亮相“城越”加速器首期毕业路演日

图聚智能亮相“城越”加速器首期毕业路演日

 2019年12月17日“城越”加速器首期毕业路演日完美落幕,活动在上海市静安区镛舍举办,吸引了超过150名海…

一篇高转化率的软文应该具备哪几个要素

一篇高转化率的软文应该具备哪几个要素

大家都知道软文推广最终的目的就是引流,可能最后评判一篇推广软文的标准就是转化率了,因此在进行文章的创作和软文营…