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: SocialMediaFollowItem.php
esc_html__( 'Follow on %s', 'et_builder' ),
[500] Fix | Delete
$network_name
[501] Fix | Delete
);
[502] Fix | Delete
[503] Fix | Delete
// Format i18n link text (visible, but ignored by screen readers)
[504] Fix | Delete
$social_network_link_text = esc_html__( 'Follow', 'et_builder' );
[505] Fix | Delete
[506] Fix | Delete
// Prepare CSS classes for the link
[507] Fix | Delete
$social_network_link_classes = array( 'icon', 'et_pb_with_border' );
[508] Fix | Delete
if ( '' !== $video_background ) {
[509] Fix | Delete
array_push( $social_network_link_classes,
[510] Fix | Delete
'et_pb_section_video',
[511] Fix | Delete
'et_pb_preload',
[512] Fix | Delete
$video_background
[513] Fix | Delete
);
[514] Fix | Delete
}
[515] Fix | Delete
if ( '' !== $parallax_image_background ) {
[516] Fix | Delete
array_push( $social_network_link_classes,
[517] Fix | Delete
'et_pb_section_parallax'
[518] Fix | Delete
);
[519] Fix | Delete
}
[520] Fix | Delete
$social_network_link_classes = implode( ' ', $social_network_link_classes );
[521] Fix | Delete
[522] Fix | Delete
$output = "<li
[523] Fix | Delete
class='{$this->module_classname( $render_slug )}'><a
[524] Fix | Delete
href='{$social_network_link_url}'
[525] Fix | Delete
class='{$social_network_link_classes}'
[526] Fix | Delete
title='{$social_network_link_title}'
[527] Fix | Delete
{$social_network_link_target}>{$parallax_image_background}<span
[528] Fix | Delete
class='et_pb_social_media_follow_network_name'
[529] Fix | Delete
aria-hidden='true'
[530] Fix | Delete
>{$social_network_link_text}</span></a>{$follow_button}</li>";
[531] Fix | Delete
[532] Fix | Delete
return $output;
[533] Fix | Delete
}
[534] Fix | Delete
}
[535] Fix | Delete
[536] Fix | Delete
new ET_Builder_Module_Social_Media_Follow_Item;
[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