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
File: Image.php
$this->module_classname( $render_slug ),
[500] Fix | Delete
$this->module_id(),
[501] Fix | Delete
$video_background,
[502] Fix | Delete
$parallax_image_background
[503] Fix | Delete
);
[504] Fix | Delete
[505] Fix | Delete
return $output;
[506] Fix | Delete
}
[507] Fix | Delete
}
[508] Fix | Delete
[509] Fix | Delete
// This adds the upload label for Image module
[510] Fix | Delete
// TODO: Remove when BB is removed.
[511] Fix | Delete
function _et_bb_module_image_add_src_label( $filed ) {
[512] Fix | Delete
if ( ! isset( $filed['label'] ) ) {
[513] Fix | Delete
$filed['label'] = esc_html__( 'Image URL', 'et_builder' );
[514] Fix | Delete
}
[515] Fix | Delete
[516] Fix | Delete
return $filed;
[517] Fix | Delete
}
[518] Fix | Delete
[519] Fix | Delete
add_filter( 'et_builder_module_fields_et_pb_image_field_src', '_et_bb_module_image_add_src_label' );
[520] Fix | Delete
[521] Fix | Delete
new ET_Builder_Module_Image;
[522] Fix | Delete
[523] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function