do_action( ‘user_request_action_confirmed’, int $request_id )

In this article

Fires an action hook 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 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

$request_idint
Request ID.

Source

do_action( 'user_request_action_confirmed', $request_id );

Changelog

VersionDescription
4.9.6Introduced.

User Contributed Notes

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