хук-фильтр
since 5.5.0
theme_auto_update_setting_template
Проверено на WordPress 6.9, обновлено Источник: WordPress Developer Resources.
Сигнатура
apply_filters( 'theme_auto_update_setting_template', string $template )
Описание
Свойства объекта данных см. в wp_prepare_themes_for_js().
Оригинал (английский)
See wp_prepare_themes_for_js() for the properties of the data object.
Фильтруемое значение
Шаблон для отображения ссылки на настройку автообновления.
Параметры
$template
string
обязательный
Шаблон для отображения ссылки на настройку автообновления.
Исходный код
wp-admin/themes.php:826
return apply_filters( 'theme_auto_update_setting_template', $template );
История изменений
| Версия | Описание |
|---|---|
| 5.5.0 | Introduced. |

