automatic_updates_debug_email

過濾鉤子
apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results )
引數
  • (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 Email subject. @type string $body Email message body. @type string $headers Any email headers. Default empty. }
    Required:
  • (int) $failures The number of failures encountered while upgrading.
    Required:
  • (mixed) $results The results of all attempted updates.
    Required:
定義位置
相關勾子
automatic_updates_send_debug_emailautomatic_updater_disabledautomatic_updates_completeauto_core_update_emailauto_core_update_send_email
相關方法
automatic_feed_linksvalidate_emailwp_theme_auto_update_setting_templatecore_auto_updates_settingsoption_update_filterwp_nav_menu_update_menu_items
引入
3.8.0
棄用
-

automatic_updates_debug_email是一個過濾鉤子,允許你在自動更新失敗時修改收件人的電子郵件地址,以獲得除錯資訊。該鉤子接收電子郵件地址,並在需要時返回一個修改的值。

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

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$email = apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results );
$email = apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results );
$email = apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results );

常見問題

FAQs
檢視更多 >