REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 838 B
Close
//home/nshryvcy/taramarriagebureau.com/wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php
Text
Base64
<?php /** * Param type "gutenberg". * * Used gutenberg editor as param type. * * @see https://kb.wpbakery.com/docs/inner-api/vc_map/#vc_map()-ParametersofparamsArray */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Gutenberg field param. * * @param array $settings * @param string $value * * @return string - html string. */ function vc_gutenberg_form_field( $settings, $value ) { $value = htmlspecialchars( $value ); return '<div class="vc_gutenberg-field-wrapper"><button class="vc_btn vc_btn-grey vc_btn-sm" data-vc-action="open">Open Editor</button><div class="vc_gutenberg-modal-wrapper"></div><input name="' . $settings['param_name'] . '" class="wpb_vc_param_value vc_gutenberg-field vc_param-name-' . $settings['param_name'] . ' ' . $settings['type'] . '" type="hidden" value="' . $value . '"/></div>'; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
class-vc-gutenberg-param.php
5.76 KB
lrw-r--r--
2025-04-30 03:16:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gutenberg.php
838 B
lrw-r--r--
2025-04-30 03:16:13
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).