Файловый менеджер - Редактировать - /var/www/xthruster/html/wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/array-transformer.php
Назад
<?php namespace Elementor\Modules\AtomicWidgets\Styles\Transformers; use Elementor\Modules\AtomicWidgets\Base\Style_Transformer_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Array_Transformer extends Style_Transformer_Base { public static function type(): string { return 'array'; } /** * @param array{array: array<int, mixed>, delimiter: ?string} $value * @param callable $transform * @return string */ public function transform( $value, callable $transform ): string { $array = $value['array']; $delimiter = $value['delimiter'] ?? ' '; return implode( (string) $delimiter, array_map( $transform, $array ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.24 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка