/* * @Project : 统计本周文章数量 */ function get_posts_count_from_last_168h($post_type ='post') { global $wpdb; $numposts = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(ID) ". "FROM {$wpdb->posts} ". "WHERE ". "post_status='publish' ". "AND post_type= %s ". "AND post_date> %s", $post_type, date('Y-m-d H:i:s', strtotime('-168 hours')) ) ); return $numposts; } xxxyyy-次元神域
xxxyyy的头像-次元神域
这家伙很懒,什么都没有写...
欢迎访问本站
您的访问时本站的荣幸
希望您能在本站
找到您想要的资源
后退
榜单