wp_send_new_user_notification_to_admin

過濾鉤子
apply_filters( 'wp_send_new_user_notification_to_admin', true, $user )

wp_send_new_user_notification_to_admin: 這是一個 WordPress 內建的函式,用於向管理員傳送新使用者註冊通知: 該函式接收一個使用者 ID 引數,並使用該使用者的資訊向管理員傳送郵件通知。

過濾管理員是否被通知有新的使用者註冊。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$send_notification_to_admin = apply_filters( 'wp_send_new_user_notification_to_admin', true, $user );
$send_notification_to_admin = apply_filters( 'wp_send_new_user_notification_to_admin', true, $user );
$send_notification_to_admin = apply_filters( 'wp_send_new_user_notification_to_admin', true, $user );

常見問題

FAQs
檢視更多 >