Edit File by line
/home/barbar84/www/wp-conte.../themes/Divi/includes/builder/module
File: PostContent.php
<?php
[0] Fix | Delete
[1] Fix | Delete
class ET_Builder_Module_PostContent extends ET_Builder_Module_Type_PostContent {
[2] Fix | Delete
[3] Fix | Delete
public $slug = 'et_pb_post_content';
[4] Fix | Delete
[5] Fix | Delete
public function init() {
[6] Fix | Delete
$this->name = esc_html__( 'Post Content', 'et_builder' );
[7] Fix | Delete
$this->plural = esc_html__( 'Post Content', 'et_builder' );
[8] Fix | Delete
$this->vb_support = 'on';
[9] Fix | Delete
$this->help_videos = array();
[10] Fix | Delete
[11] Fix | Delete
// Use specific selector to target only content inside the app when in VB
[12] Fix | Delete
$this->main_css_element = '%%order_class%%';
[13] Fix | Delete
}
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
new ET_Builder_Module_PostContent();
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function