wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



user_request_action_confirmed › WordPress Action Hooks

Da4.9.6
Deprecaton/a
do_action( 'user_request_action_confirmed', $request_id )
Parametri:
  • (int) $request_id Request ID.
    Richiesto:
Definito a:
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.





Sorgenti

do_action( 'user_request_action_confirmed', $request_id );