хук-фильтр since 5.3.0

site_status_test_result

Проверено на WordPress 6.9, обновлено Источник: WordPress Developer Resources.

Сигнатура

apply_filters( 'site_status_test_result', array $test_result )

Описание

Фильтрует результат завершённого теста «Здоровье сайта».

Фильтруемое значение

An associative array of test result data.
  • label stringA label describing the test, and is used as a header in the output.
  • status stringThe status of the test, which can be a value of good, recommended or critical.
  • badge array Tests are put into categories which have an associated badge shown, these can be modified and assigned here.
    • label stringThe test label, for example Performance.
    • color stringDefault blue. A string representing a color to use for the label.
    • description stringA more descriptive explanation of what the test looks for, and why it is important for the end user.
    • actions stringAn action to direct the user to where they can resolve the issue, if one exists.
    • test stringThe name of the test being ran, used as a reference point.
    Source
    return apply_filters( 'site_status_test_result', call_user_func( $callback ) );
    

    View all references View on Trac View on GitHub

    Related
    Used byDescription
    WP_Site_Health::perform_test()wp-admin/includes/class-wp-site-health.php

    Runs a Site Health test directly.

    Changelog
    VersionDescription
    5.3.0Introduced.

Параметры

$test_result array обязательный
An associative array of test result data.
  • label stringA label describing the test, and is used as a header in the output.
  • status stringThe status of the test, which can be a value of good, recommended or critical.
  • badge array Tests are put into categories which have an associated badge shown, these can be modified and assigned here.
    • label stringThe test label, for example Performance.
    • color stringDefault blue. A string representing a color to use for the label.
    • description stringA more descriptive explanation of what the test looks for, and why it is important for the end user.
    • actions stringAn action to direct the user to where they can resolve the issue, if one exists.
    • test stringThe name of the test being ran, used as a reference point.
    Source
    return apply_filters( 'site_status_test_result', call_user_func( $callback ) );
    

    View all references View on Trac View on GitHub

    Related
    Used byDescription
    WP_Site_Health::perform_test()wp-admin/includes/class-wp-site-health.php

    Runs a Site Health test directly.

    Changelog
    VersionDescription
    5.3.0Introduced.

Исходный код

wp-admin/includes/class-wp-site-health.php:194

return apply_filters( 'site_status_test_result', call_user_func( $callback ) );

История изменений

ВерсияОписание
5.3.0 Introduced.

Что будем искать? Например,Продвижение

Этот сайт использует куки-файлы. Оставаясь на сайте, Вы соглашаетесь на их использование. Для получения дополнительной информации, пожалуйста, ознакомьтесь с политикой в отношении персональных данных.