Browse the database of various action and filter hooks available in Paid Memberships Pro. Select an action or filter to view detailed information, examples, and related articles with code recipes.

Show Action and Filter Hooks in:

Filter Hook: 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.

Action Hook: Use the pmpro_memberslist_extra_cols_body and pmpro_memberslist_extra_cols_header hooks to add extra columns to the Memberships > Members List page. This hook passes the usermeta of the current user being displayed.

Action Hook: Use the pmpro_memberslist_extra_cols_body and pmpro_memberslist_extra_cols_header hooks to add extra columns to the Memberships > Memberships List page. This hook passes the usermeta of the current user being displayed.

Filter Hook: Change the default number of items to show on the Members List page. Default is 15

Filter Hook: Add extra user row actions or links to the members list in the dashboard. Works the same as the core user_row actions. Array of actions should be formatted as array(‘key’ => ‘HTML link’)

Filter Hook: Filters the link displayed per member on the Members List and Login Reports pages. Passes the HTML code of the link and the WP_User object of that user.