Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../themes/Divi/includes/builder/module/woocomme...
File: Description.php
} else {
[500] Fix | Delete
$raw_value = get_post_meta( $post->ID, ET_BUILDER_WC_PRODUCT_LONG_DESC_META_KEY, true );
[501] Fix | Delete
}
[502] Fix | Delete
} else {
[503] Fix | Delete
$raw_value = $post->post_excerpt;
[504] Fix | Delete
}
[505] Fix | Delete
[506] Fix | Delete
return $raw_value;
[507] Fix | Delete
}
[508] Fix | Delete
[509] Fix | Delete
/**
[510] Fix | Delete
* Renders the module output.
[511] Fix | Delete
*
[512] Fix | Delete
* @param array $attrs List of attributes.
[513] Fix | Delete
* @param string $content Content being processed.
[514] Fix | Delete
* @param string $render_slug Slug of module that is used for rendering output.
[515] Fix | Delete
*
[516] Fix | Delete
* @return string
[517] Fix | Delete
*/
[518] Fix | Delete
public function render( $attrs, $content = null, $render_slug ) {
[519] Fix | Delete
ET_Builder_Module_Helper_Woocommerce_Modules::process_background_layout_data( $render_slug, $this );
[520] Fix | Delete
[521] Fix | Delete
$this->add_classname( $this->get_text_orientation_classname() );
[522] Fix | Delete
[523] Fix | Delete
add_filter( "et_builder_module_{$render_slug}_outer_wrapper_attrs", array( $this, 'add_multi_view_attrs' ), 10, 2 );
[524] Fix | Delete
[525] Fix | Delete
$output = self::get_description( $this->props );
[526] Fix | Delete
[527] Fix | Delete
// Render empty string if no output is generated to avoid unwanted vertical space.
[528] Fix | Delete
if ( '' === $output ) {
[529] Fix | Delete
return '';
[530] Fix | Delete
}
[531] Fix | Delete
[532] Fix | Delete
return $this->_render_module_wrapper( $output, $render_slug );
[533] Fix | Delete
}
[534] Fix | Delete
}
[535] Fix | Delete
[536] Fix | Delete
new ET_Builder_Module_Woocommerce_Description();
[537] Fix | Delete
[538] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function