user_request_action_confirmed
Проверено на WordPress 6.9, обновлено Источник: WordPress Developer Resources.
Сигнатура
do_action( 'user_request_action_confirmed', int $request_id )
Описание
Русский перевод этого описания пока проверяется. Показан оригинал.
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.
Параметры
$request_id
int
обязательный
Исходный код
wp-login.php:1276
do_action( 'user_request_action_confirmed', $request_id );
История изменений
| Версия | Описание |
|---|---|
| 4.9.6 | Introduced. |

