REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.87 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/metform/controls/form-picker-utils.php
Text
Base64
<?php namespace MetForm\Controls; defined( 'ABSPATH' ) || exit; class Form_Picker_Utils{ function init(){ add_action('elementor/editor/after_enqueue_styles', array( $this, 'modal_content' ) ); } public function modal_content() { ?> <!-- React mount point for the form-picker modal --> <div id="metform-form-picker-react-root"></div> <div class="metform_open_content_editor_modal"> <?php include 'form-picker-modal.php'; ?> <?php include \MetForm\Plugin::instance()->core_dir() . 'forms/views/modal-editor.php'; ?> </div> <div class="formpicker_iframe_modal"> <?php include 'form-editor-modal.php'; ?> </div> <?php } public static function parse($key, $widget_key){ $extract_key = explode('***', $key); $extract_key = $extract_key[0]; ob_start(); ?> <div class="formpicker_warper formpicker_warper_editable" data-metform-formpicker-key="<?php echo esc_attr($extract_key); ?>" > <?php if(\Elementor\Plugin::$instance->editor->is_edit_mode() == true) : ?> <div style="display:none;" class="formpicker_warper_edit" data-metform-formpicker-key="<?php echo esc_attr($extract_key); ?>" data-nonce="<?php echo esc_attr(wp_create_nonce('wp_rest'));?>" resturl="<?php echo esc_url(get_rest_url()); ?>metform/v1/forms/templates/" > <i class="metform-builder-edit" aria-hidden="true"></i> <a href="#" class="elementor-screen-only" title="<?php esc_html_e('Edit Form Content', 'metform'); ?>"><?php esc_html_e('Edit', 'metform'); ?></a> </div> <?php endif; ?> <div class="mf-widget-container"> <?php if ($extract_key == ''){ echo esc_html__('No content is added yet.', 'metform'); } else { \MetForm\Utils\Util::metform_content_renderer(\MetForm\Utils\Util::render_form_content($extract_key, $widget_key)); } ?> </div> </div> <?php $output = ob_get_contents(); ob_end_clean(); return $output; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
assets
DIR
-
drwxr-xr-x
2026-05-04 02:33:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
admin-add-new-form.php
650 B
lrw-r--r--
2022-10-26 15:25:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
base.php
5.24 KB
lrw-r--r--
2026-05-03 15:35:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
control-manager.php
407 B
lrw-r--r--
2021-07-13 10:59:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
form-editor-modal.php
2.64 KB
lrw-r--r--
2021-07-13 10:59:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
form-picker-modal.php
4.90 KB
lrw-r--r--
2023-01-08 15:19:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
form-picker-utils.php
1.87 KB
lrw-r--r--
2026-05-03 15:35:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
form-picker.php
2.13 KB
lrw-r--r--
2023-01-08 15:19:54
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).