Video Demo


pmpro-reports-dashboard

Installation

You must have the Paid Memberships Pro plugin installed and activated with a valid license type to use this Add On.

  1. Navigate to Memberships > Add Ons in the WordPress admin.
  2. 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.
  3. 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:

Add to Home Screen on iPhoneiOS Devices (iPhone, iPad)

  1. Navigate to the unique http://www.yourdomain.com/?pmpro_reports=true URL in the Safari browser.
  2. Click the square “action button” in the bottom toolbar.
  3. In the bottom row of icons, click the “Add to Home Screen” option.
  4. This will add a link (identified by the site’s favicon) directly to your reports dashboard (active login session required).
 

Add to Home Screen on Android DeviceAndroid Devices

  1. Navigate to the unique http://www.yourdomain.com/?pmpro_reports=true URL in the Chrome browser.
  2. Tap the “” menu button in the upper right corner.
  3. Select “Add to Home” in the menu.
  4. 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' =&gt; 'Sales', 'memberships' =&gt; '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.