auto_core_update_email

過濾鉤子
apply_filters( 'auto_core_update_email', $email, $type, $core_update, $result )
引數
  • (array) $email { Array of email arguments that will be passed to wp_mail(). @type string $to The email recipient. An array of emails can be returned, as handled by wp_mail(). @type string $subject The email's subject. @type string $body The email message body. @type string $headers Any email headers, defaults to no headers. }
    Required:
  • (string) $type The type of email being sent. Can be one of 'success', 'fail', 'manual', 'critical'.
    Required:
  • (object) $core_update The update offer that was attempted.
    Required:
  • (mixed) $result The result for the core update. Can be WP_Error.
    Required:
定義位置
相關勾子
auto_core_update_send_emailauto_theme_update_send_emailauto_plugin_theme_update_emailauto_plugin_update_send_emailautomatic_updates_debug_email
相關方法
get_core_updateslist_core_updatecore_update_footerfind_core_updateadmin_created_user_emailvalidate_email
引入
3.7.0
棄用
-

auto_core_update_email是一個過濾鉤子,允許你修改在有核心更新時傳送的電子郵件。該鉤子接收電子郵件文字,並在需要時返回一個修改值。

過濾自動後臺核心更新後傳送的郵件。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$email = apply_filters( 'auto_core_update_email', $email, $type, $core_update, $result );
$email = apply_filters( 'auto_core_update_email', $email, $type, $core_update, $result );
$email = apply_filters( 'auto_core_update_email', $email, $type, $core_update, $result );

常見問題

FAQs
檢視更多 >