функция
Устаревший since 5.9.1
wp_render_duotone_filter_preset()
Устаревшее.
Помечено устаревшим с версии 5.9.1.
Проверено на WordPress 6.9, обновлено Источник: WordPress Developer Resources.
Сигнатура
wp_render_duotone_filter_preset( array $preset ): string
Описание
См. alsowp_get_duotone_filter_property()
Оригинал (английский)
Параметры
$preset
array
обязательный
Значение предустановки duotone в том виде, в каком оно задано в theme.json.
Возвращаемое значение
string
Исходный код
wp-includes/deprecated.php:4250
function wp_render_duotone_filter_preset( $preset ) {
_deprecated_function( __FUNCTION__, '5.9.1', 'wp_get_duotone_filter_property()' );
return wp_get_duotone_filter_property( $preset );
}
История изменений
| Версия | Описание |
|---|---|
| 5.9.1 | Deprecated. Use wp_get_duotone_filter_property() introduced in 5.9.1. |
| 5.9.0 | Introduced. |

