Файловый менеджер - Редактировать - /home/goldin10/public_html/getoutyourbox.com/wp-content/plugins/bb-plugin/includes/field-code.php
Error occurred
Назад
<div class="fl-code-field"> <?php $editor_id = 'flcode' . time() . '_' . $name; $value = is_array( $value ) ? htmlspecialchars( json_encode( $value ) ) : htmlspecialchars( $value ); ?> <textarea id="<?php echo $editor_id; ?>" name="<?php echo $name; ?>" data-editor="<?php echo $field['editor']; ?>" <?php if(isset($field['class'])) echo ' class="'. $field['class'] .'"'; if(isset($field['rows'])) echo ' rows="'. $field['rows'] .'"'; ?>><?php echo $value; ?></textarea> <script> jQuery(function(){ var textarea = jQuery('#<?php echo $editor_id; ?>'), mode = textarea.data('editor'), editDiv = jQuery('<div>', { position: 'absolute', height: parseInt(textarea.attr('rows'), 10) * 20 }), editor = null; editDiv.insertBefore(textarea); textarea.css('display', 'none'); ace.require('ace/ext/language_tools'); editor = ace.edit(editDiv[0]); editor.$blockScrolling = Infinity; editor.getSession().setValue(textarea.val()); editor.getSession().setMode('ace/mode/' + mode); <?php if ( isset( $field['wrap'] ) && $field['wrap'] === true ) : ?> editor.getSession().setUseWrapMode(true); <?php endif; ?> editor.setOptions({ enableBasicAutocompletion: true, enableLiveAutocompletion: true, enableSnippets: false, showLineNumbers: false, showFoldWidgets: false }); editor.getSession().on('change', function(e) { textarea.val(editor.getSession().getValue()).trigger('change'); }); textarea.closest( '.fl-field' ).data( 'editor', editor ); }); </script> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка