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 the SQL query used on the Members List and Members List CSV export. Passes the SQL query string.
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.
Filter Hook: Filters whether the pmpro_visit dedup cookie should be set on the response when tracking a new visit on the front end. By default, the cookie is skipped when a page cache is detected (WP_CACHE === true) to prevent cache-bypassing on cached responses.

