Title: Time Span
Last modified: August 30, 2016

---

# Time Span

 *  Resolved [denmillerd](https://wordpress.org/support/users/denmillerd/)
 * (@denmillerd)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/time-span/)
 * Hello,
 * I do not want to share my total members to the public, but it would be nice to
   add a timespan to the count. Which enables counts such as:
 * 45 New Members in the past WEEK!
 * or
 * 5 New Members in the past HOUR!
 * Would this be a great idea to improve the plugin? Thanks 🙂
 * [https://wordpress.org/plugins/membermouse-member-count-shortcode/](https://wordpress.org/plugins/membermouse-member-count-shortcode/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Erik Molenaar](https://wordpress.org/support/users/erikmolenaar/)
 * (@erikmolenaar)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/time-span/#post-6460815)
 * For anyone trying to do this. Place this below the 85th line (this should be 
   the line which adds a SQL instruction for the mmu.status IN field):
 * `$sql .= " AND mmu.status_updated > (NOW()-INTERVAL 1 MONTH)";`
 * And make sure you clear the transients, or wait 24 hours before the new results
   are cached again.
 *  Plugin Author [wpdevco](https://wordpress.org/support/users/wpdevco/)
 * (@wpdevco)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/time-span/#post-6460909)
 * Missed this for some reason. Sorry about that.
 * Thanks, Erik. That indeed gets the job done. But, I’ve gone ahead and added a
   new `time` attribute that will take _hour_, _day_, _week_, _month_, and _year_.
   Update to version 1.3.0 and you should be good.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Time Span’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/membermouse-member-count-shortcode_066cd2.
   svg)
 * [MemberMouse Member Count](https://wordpress.org/plugins/membermouse-member-count-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/membermouse-member-count-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/membermouse-member-count-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/membermouse-member-count-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/membermouse-member-count-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/membermouse-member-count-shortcode/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [wpdevco](https://wordpress.org/support/users/wpdevco/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/time-span/#post-6460909)
 * Status: resolved