This hook executes custom code when setting the current user with the WordPress core function.
For more information on this view the wp_set_current_user() function in the WordPress Codex.
do_action("pmpro_after_set_current_user"); |
Parameters
-
None
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/init.php
View in Source CodeRelated Articles and Recipes
Translate Your Membership Level Information with Paid Memberships Pro By Jason Coleman