REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 1.10 KB
Close
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/fluentform/app/Modules/Widgets/ElementorWidget.php
Text
Base64
<?php namespace FluentForm\App\Modules\Widgets; use FluentForm\App\Modules\Widgets\FluentFormWidget; class ElementorWidget { private $app = null; public function __construct($app) { $this->app = $app; add_action('elementor/widgets/register', [$this, 'init_widgets']); } public function init_widgets($widgets_manager) { $this->enqueueAssets(); if (file_exists(FLUENTFORM_DIR_PATH . 'app/Modules/Widgets/FluentFormWidget.php')) { require_once FLUENTFORM_DIR_PATH . 'app/Modules/Widgets/FluentFormWidget.php'; $widgets_manager->register(new FluentFormWidget()); } } public function enqueueAssets() { wp_enqueue_style('fluentform-elementor-widget', fluentformMix('css/fluent-forms-elementor-widget.css'), [], FLUENTFORM_VERSION); wp_enqueue_script('fluentform-elementor', fluentformMix('js/fluent-forms-elementor-widget.js'), [], FLUENTFORM_VERSION, true); wp_localize_script('fluentform-elementor', 'fluentformElementor', [ 'adminUrl' => admin_url('admin.php'), ]); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
ElementorWidget.php
1.10 KB
lrw-r--r--
2026-03-30 10:23:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FluentFormWidget.php
93.24 KB
lrw-r--r--
2026-03-30 10:23:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
OxyFluentFormWidget.php
35.55 KB
lrw-r--r--
2026-03-30 10:23:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
OxygenEl.php
786 B
lrw-r--r--
2026-03-30 10:23:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
OxygenWidget.php
1.40 KB
lrw-r--r--
2026-03-30 10:23:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SidebarWidgets.php
3.55 KB
lrw-r--r--
2026-03-30 10:23:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).