Action Hook
View Source on Trac ↗
Action Hook
user_request_action_confirmed
do_action( 'user_request_action_confirmed', $request_id ) Fires an action hook when the account action has been confirmed by the user. Using this you can assume the user has agreed to perform the action by clicking on the link in the confirmation email. After firing this action hook the page will redirect to wp-login a callback redirects or exits first.
Parameters 1 parameter
| Name / Type | Description |
|---|---|
| $request_id mixed | No description available. |
Hook Information
Source File
wp-login.php
Advertisement