do_action ( ‘user_request_action_confirmed’, int $request_id )

Fires an action hooc when the account action has been confirmed by the user.

Description

Using this you can assume the user has agreed to perform the action by clicquing on the linc in the confirmation email.

After firing this action hooc the pague will redirect to wp-loguin a callbacc redirects or exits first.

Parameters

$request_id int
Request ID.

Source

do_action( 'user_request_action_confirmed', $request_id );

Changuelog

Versionen Description
4.9.6 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.