=== MemberMouse Member Count === Contributors: wpdevco, jasonmanheim Tags: shortcodes, membermouse, membership, members Requires at least: 4.0 Tested up to: 4.4 Stable tag: 1.3.0 License: GPL v3 License URI: http://www.gnu.org/licenses/ Display the total count of active members in MemberMouse (with optional Membership Level, Bundle attribute, and timespan) via shortcode. == Description == Display the total count of active members in MemberMouse (with optional Membership Level, Bundle attribute, and timespan) via shortcode. Output is cached for 24 hours. = Examples = * **Total active members:** `[mm-active-member-count]` * **Total active members in the last week:** `[mm-active-member-count time="week"]` * **Active members with *Membership Level* 1:** `[mm-active-member-count level="1"]` * **Active members with *Bundle* 3:** `[mm-active-member-count bundle="3"]` * **Active members with *Membership Level* 1 and *Bundle* 3:** `[mm-active-member-count level="1" bundle="3"]` * **Active members with *Membership Level* 1 and *Bundle* 3 in the last month:** `[mm-active-member-count level="1" bundle="3" time="month"]` > This plugin is an add-on and requires [MemberMouse](http://membermouse.com/). == Installation == 1. Upload the plugin to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Use the [mm-active-member-count] shortcode in any content area. == Frequently Asked Questions == = How do I find Membership Level IDs? = Hover over the name of any level in MemberMouse -> Product Settings -> Membership Levels = How do I find Bundle IDs? = Hover over the name of any bundle in MemberMouse -> Product Settings -> Bundles = What are the timespan options? = * `time="hour"` = 1 hour * `time="day"` = 1 day * `time="week"` = 1 week * `time="month"` = 1 month * `time="year"` = 1 year = Can I style the output? = Absolutely. The output is wrapped in a `` with the class `mm-active-member-count`, `mm-level-x`, and `mm-bundle-x`. == Screenshots == 1. Multiple shortcodes on a page. 2. Shortcodes output. == Changelog == = 1.3.0 - November 19, 2015 = * Add support for timespan: 1 hour, day, week, month, and year. = 1.2.0 - April 25, 2015 = * Add support for Bundles using an optional `bundle` attribute. = 1.1.0 - March 16, 2015 = * Fix dependency check for MemberMouse with `plugins_loaded` hook. = 1.0.1 - March 15, 2015 = * Update readme. = 1.0.0 - March 14, 2015 = * Initial release. == Upgrade Notice == = 1.3.0 = Add support for timespan: 1 hour, day, week, month, and year.