PHP 8.0.30
Preview: bindings.php Size: 669 B
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/fluentform/boot/bindings.php

<?php

use FluentForm\App\Services\FormBuilder\Components;
use FluentForm\App\Services\FormBuilder\FormBuilder;
use FluentForm\App\Services\WPAsync\FluentFormAsyncRequest;

/**
 * Add only the plugin specific bindings here.
 *
 * $app
 * @var \FluentForm\Framework\Foundation\Application
 */

// Bind the Form Builder to the App instance.
$app->bind('formBuilder', function ($app) {
    return new FormBuilder($app);
});

$app->singleton('components', function($app) {
    return new Components(fluentformLoadFile('Services/FormBuilder/DefaultElements.php'));
});

$app->bind('fluentFormAsyncRequest', function ($app) {
    return new FluentFormAsyncRequest($app);
});

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
4.46 KB lrw-r--r-- 2026-03-30 10:23:49
Edit Download
669 B lrw-r--r-- 2026-03-30 10:23:49
Edit Download
13.84 KB lrw-r--r-- 2026-03-30 10:23:49
Edit Download
557 B lrw-r--r-- 2026-03-30 10:23:49
Edit Download
26 B lrw-r--r-- 2026-03-30 10:23:49
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).