Action hook 'user_request_action_confirmed'

in WP Core File wp-login.php at line 1269

Description

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.

Occurrences

Filename Line Number
wp-login.php 1269

Parameters

Type Name Description
int $request_id Request ID.

PHP Doc

/**
		 * 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.
		 *
		 * @since 4.9.6
		 *
		 * @param int $request_id Request ID.
		 */