Video Demo
Installation
You must have the Paid Memberships Pro plugin installed and activated with a valid license type to use this Add On.
- Navigate to Memberships > Add Ons in the WordPress admin.
- Locate the Add On and click “Install Now”.
- To install this plugin manually, download the .zip file above, then upload the compressed directory via the Plugins > Add New > Upload Plugin screen in the WordPress admin.
- Activate the plugin through the Plugins screen in the WordPress admin.
Navigate to http://www.yourdomain.com/?pmpro_reports=true
to view the responsive reports dashboard.
Easily Access Reports on iOS or Android
To make it easy to access this report dashboard from your phone or tablet, follow the instructions below for your device type:
iOS Devices (iPhone, iPad)
- Navigate to the unique
http://www.yourdomain.com/?pmpro_reports=true
URL in the Safari browser. - Click the square “action button” in the bottom toolbar.
- In the bottom row of icons, click the “Add to Home Screen” option.
- This will add a link (identified by the site’s favicon) directly to your reports dashboard (active login session required).
Android Devices
- Navigate to the unique
http://www.yourdomain.com/?pmpro_reports=true
URL in the Chrome browser. - Tap the “” menu button in the upper right corner.
- Select “Add to Home” in the menu.
- This will add a link (identified by the site’s favicon) directly to your reports dashboard (active login session required).
Customizing the Included Reports
The pmpro_reports_dashboard_reports
filter allows you to specify and rename the reports included in the dashboard. The filter returns the $pmpro_reports
array of unique report slug => title.
function my_pmpro_reports_dashboard_reports( $pmpro_reports ) {<br>$pmpro_reports = array( 'sales' => 'Sales', 'memberships' => 'Stats' );<br>return $pmpro_reports;<br>}<br>add_filter( 'pmpro_reports_dashboard_reports', 'my_pmpro_reports_dashboard_reports');<br> |
Security Notes
The dashboard is only accessible by a logged in Administrator or Membership Manager role user.
This is a Plus Add On.
Plus Add Ons are included in all Plus or higher premium membership plans.