Filters whether or not to show the total revenue information on the Memberships > Member List page in the WordPress dashboard. By default this is set to false to hide this.
apply_filters("pmpro_memberslist_calculate_revenue", false); |
Parameters
- bool (false)
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/adminpages/memberslist.php
View in Source Code