HEX
Server: Apache
System: Linux p3plzcpnl489499.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: dwauav0tm6jp (6177017)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dwauav0tm6jp/www/newvsi/wp-content/themes/Divi/includes/builder/module/PostContent.php
<?php

class ET_Builder_Module_PostContent extends ET_Builder_Module_Type_PostContent {

	public $slug = 'et_pb_post_content';

	public function init() {
		$this->name        = esc_html__( 'Post Content', 'et_builder' );
		$this->plural      = esc_html__( 'Post Content', 'et_builder' );
		$this->vb_support  = 'on';
		$this->help_videos = array();

		// Use specific selector to target only content inside the app when in VB
		$this->main_css_element = '%%order_class%%';
	}
}

new ET_Builder_Module_PostContent();