GIF94; MINI MO Shell - Tarih Gösterimli

MINI MINI MANI MO - TARİH GÖSTERİMLİ

Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/dynamic-data/
File Upload :
Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/dynamic-data/pipe.php

<?php

namespace Breakdance\DynamicData;

/**
 * @return Control[]
 */
function getAdvancedControlsForPipe()
{
    if (strpos(get_site_url(), 'breakdance.com') !== false) {
        return [
            \Breakdance\Elements\control(
                'process_value',
                __('Process Value (ALPHA)', 'breakdance'),
                [
                    'placeholder' => 'return $value;',
                    'codeOptions' => ['language' => 'x-php', 'autofillOnEmpty' => 'return $value;PLACECURSORHERE'],
                    'type' => "code",
                    'layout' => 'vertical'
                ]
            )
        ];
    } else {
        return [];
    }
}

/**
 * @param string|array $v
 * @param string $code
 * @return string|array
 */
function pipeValueThroughProcessValueReturn($v, $code)
{
    try {
        /** @var string|array */
        $result = eval('$value = $v; ' . $code);
        return $result;
    } catch (\Throwable $e) {
        return $v;
    }
}

OHA YOOO - Tarih: 2026-08-03 23:10:32