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
一杯子一辈子:思乐得以温柔好杯,盛装细水长流的爱 – 环球焦点
首页 新闻 一杯子一辈子:思乐得以温柔好杯,盛装细水长流的爱
爱是热烈灿烂的鲜花
也是温度刚好的温水
一杯子,一辈子
思乐得想从一杯温水开始,慢慢走进你的生活
乐莹杯
深情藏于烟火朝夕之间,漫长陪伴胜过万千情话
因为爱,所以想把世间所有的温柔
都装进这只杯子里,献给你

乐莹杯220mL黄金握感,轻巧无负担
三层匠心构造,外覆SUS304奥氏体不锈钢
内胆S999足银一体拉伸,天然抑菌
新款胡椒白、合欢粉,低饱和柔色,轻盈明媚
杯盖嵌天然贝母,纹理独一,藏着不张扬的精致
6小时长效保温,暖意绵长,恰如爱意,细水长流
乐玥杯
一杯清水,二人同心
三餐四季,朝夕相伴
乐玥杯装得下咖啡,盛得下温柔
SUS304食品级不锈钢,双层真空结构,冷热随心
新色莫兰迪低饱和,高级耐看
6小时保温保冷,清晨的热饮,午后仍留暖意
360° 密封防漏,倒置不漏水,通勤约会皆安心
宽口设计易清洗,适配咖啡机,日常使用更便捷
两款佳杯各藏美好,爱意恰逢其时
思乐得愿这份随身暖意
伴你岁岁年年
相守不离