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



wp_privacy_personal_data_email_to › WordPress过滤钩子

Since5.3.0
已弃用n/a
apply_filters( 'wp_privacy_personal_data_email_to', $request->email, $request )
参数: (2)
  • (string) $request_email The email address of the notification recipient.
    Required: Yes
  • (WP_User_Request) $request The request that is initiating the notification.
    Required: Yes
定义在:
文档:

Filters the recipient of the personal data export email notification.

Should be used with great caution to avoid sending the data export link to wrong emails.





源码

$request_email = apply_filters( 'wp_privacy_personal_data_email_to', $request->email, $request );