wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



user_request_action_confirmed › Hooks de Ações WordPress

Desde4.9.6
Obsoleton/a
do_action( 'user_request_action_confirmed', $request_id )
Parâmetros:
  • (int) $request_id Request ID.
    Required: Yes
Definido em:
Codex:

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.





Fonte

do_action( 'user_request_action_confirmed', $request_id );