wpseek.com
WordPress开发者和主题制作者的搜索引擎



user_request_action_confirmed › WordPress动作钩子

Since4.9.6
已弃用n/a
do_action( 'user_request_action_confirmed', $request_id )
参数:
  • (int) $request_id Request ID.
    Required: Yes
定义在:
文档:

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.





源码

do_action( 'user_request_action_confirmed', $request_id );