site_status_test_result

過濾鉤子
apply_filters( 'site_status_test_result', call_user_func( $callback )
引數
  • (array) $test_result { An associative array of test result data. @type string $label A label describing the test, and is used as a header in the output. @type string $status The status of the test, which can be a value of `good`, `recommended` or `critical`. @type array $badge { Tests are put into categories which have an associated badge shown, these can be modified and assigned here. @type string $label The test label, for example `Performance`. @type string $color Default `blue`. A string representing a color to use for the label. } @type string $description A more descriptive explanation of what the test looks for, and why it is important for the end user. @type string $actions An action to direct the user to where they can resolve the issue, if one exists. @type string $test The name of the test being ran, used as a reference point. }
    Required:
定義位置
相關勾子
site_status_testssite_status_test_php_modulessite_status_persistent_object_cache_thresholdswp_sitemaps_posts_pre_url_listtranslations_api_result
相關方法
wp_ajax_health_check_site_status_resultget_page_statusespost_comment_status_meta_boxcreate_initial_rest_routesstr_starts_withwp_filter_oembed_result
引入
5.3.0
棄用
-

site_status_test_result: 這是一個過濾鉤,允許你修改網站健康工具所進行的測試結果。網站健康工具提供關於你的網站及其環境的健康資訊。

過濾完成的站點執行狀況測試的輸出。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
return apply_filters( 'site_status_test_result', call_user_func( $callback ) );
return apply_filters( 'site_status_test_result', call_user_func( $callback ) );
return apply_filters( 'site_status_test_result', call_user_func( $callback ) );

常見問題

FAQs
檢視更多 >