HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux mail.btech-izolacje.pl 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
User: pewna6876 (1017)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/pewnabryka.pl/public_html/wp-content/plugins/vehica-core/bootstrap/app.php
<?php

if (!did_action('elementor/loaded')) {
    return;
}

/**
 * @param mixed $key
 * @param mixed $param1
 * @param mixed $param2
 * @return mixed|\Vehica\Core\App
 */
function vehicaApp($key = null, $param1 = null, $param2 = null)
{
    if ($key !== null) {
        return \Vehica\Core\App::getInstance()->get($key, $param1, $param2);
    }

    return \Vehica\Core\App::getInstance();
}

/**
 * @param mixed $value
 * @return mixed
 */
function vehica_filter($value)
{
    return $value;
}

vehicaApp()->init(
    plugin_dir_url(__DIR__),
    dirname(__DIR__) . '/'
);