wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



user_request_action_confirmed › Les Actions WordPress

Depuis4.9.6
Dépréciéen/a
do_action( 'user_request_action_confirmed', $request_id )
Paramètres:
  • (int) $request_id Request ID.
    Requis: Oui
Défini(e) dans:
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.





Source

do_action( 'user_request_action_confirmed', $request_id );