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
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/wpforms-.../lite/template.../educatio.../builder
File: providers-item.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Builder/Providers and Payments Education template for Lite.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.6.6
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $clear_slug Clear slug (without `wpforms-` prefix).
[6] Fix | Delete
* @var string $modal_name Name of the addon used in modal window.
[7] Fix | Delete
* @var string $license_level License level.
[8] Fix | Delete
* @var string $name Name of the addon.
[9] Fix | Delete
* @var string $icon Addon icon.
[10] Fix | Delete
* @var string $video Video URL.
[11] Fix | Delete
* @var string $utm_content UTM content.
[12] Fix | Delete
* @var bool $recommended Flag for recommended providers.
[13] Fix | Delete
*/
[14] Fix | Delete
[15] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[16] Fix | Delete
exit;
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
?>
[20] Fix | Delete
<a href="#"
[21] Fix | Delete
class="wpforms-panel-sidebar-section icon wpforms-panel-sidebar-section-<?php echo esc_attr( $clear_slug ); ?> education-modal"
[22] Fix | Delete
data-name="<?php echo esc_attr( $modal_name ); ?>"
[23] Fix | Delete
data-slug="<?php echo esc_attr( $clear_slug ); ?>"
[24] Fix | Delete
data-video="<?php echo esc_url( $video ); ?>"
[25] Fix | Delete
data-license="<?php echo esc_attr( $license_level ); ?>"
[26] Fix | Delete
data-utm-content="<?php echo esc_attr( $utm_content ); ?>">
[27] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/' . $icon ); ?>" alt="<?php echo esc_attr( $modal_name ); ?>">
[28] Fix | Delete
<?php echo esc_html( $name ); ?>
[29] Fix | Delete
<?php if ( ! empty( $recommended ) ) : ?>
[30] Fix | Delete
<span class="wpforms-panel-sidebar-recommended">
[31] Fix | Delete
<i class="fa fa-star" aria-hidden="true"></i>
[32] Fix | Delete
<?php esc_html_e( 'Recommended', 'wpforms-lite' ); ?>
[33] Fix | Delete
</span>
[34] Fix | Delete
<?php endif; ?>
[35] Fix | Delete
<i class="fa fa-angle-right wpforms-toggle-arrow"></i>
[36] Fix | Delete
</a>
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function