Файловый менеджер - Редактировать - /home/goldin10/public_html/getoutyourbox.com/wp-content/plugins/bb-plugin/modules/html/html.php
Error occurred
Назад
<?php /** * @class FLHtmlModule */ class FLHtmlModule extends FLBuilderModule { /** * @method __construct */ public function __construct() { parent::__construct(array( 'name' => __('HTML', 'fl-builder'), 'description' => __('Display raw HTML code.', 'fl-builder'), 'category' => __('Basic Modules', 'fl-builder'), 'partial_refresh' => true )); } } /** * Register the module and its form settings. */ FLBuilder::register_module('FLHtmlModule', array( 'general' => array( 'title' => __('General', 'fl-builder'), 'sections' => array( 'general' => array( 'title' => '', 'fields' => array( 'html' => array( 'type' => 'code', 'editor' => 'html', 'label' => '', 'rows' => '18', 'preview' => array( 'type' => 'text', 'selector' => '.fl-html' ), 'connections' => array( 'html', 'string' ) ) ) ) ) ) ));
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0.09 |
proxy
|
phpinfo
|
Настройка