pre_wp_update_https_detection_errors

過濾鉤子
apply_filters( 'pre_wp_update_https_detection_errors', null )

pre_wp_update_https_detection_errors是一個過濾器鉤子,用於在資料庫中更新HTTPS檢測錯誤之前過濾它們。這個過濾器可以用來修改HTTPS檢測錯誤或阻止更新。

短路檢測與HTTPS支援相關的錯誤的過程。

從過濾器中返回WP_Error將有效地縮短通過HTTPS向站點嘗試遠端請求的預設邏輯,而是儲存返回的WP_Error中的錯誤陣列。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$support_errors = apply_filters( 'pre_wp_update_https_detection_errors', null );
$support_errors = apply_filters( 'pre_wp_update_https_detection_errors', null );
$support_errors = apply_filters( 'pre_wp_update_https_detection_errors', null );

常見問題

FAQs
檢視更多 >