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



admin_email_confirm › WordPress动作钩子

Since5.3.0
已弃用n/a
do_action( 'admin_email_confirm', $errors )
参数:
  • (WP_Error) $errors A `WP_Error` object containing any errors generated by using invalid credentials. Note that the error object may not contain any errors.
    Required: Yes
定义在:
文档:

Fires before the admin email confirm form.





源码

do_action( 'admin_email_confirm', $errors );