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/wp-conte.../plugins/wpforms-.../template.../builder/payment
File: sidebar.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Payments sidebar button in the builder.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.8.2
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $configured Whether payment is configured.
[6] Fix | Delete
* @var string $slug Slug of the payment integration.
[7] Fix | Delete
* @var string $icon Icon of the payment integration.
[8] Fix | Delete
* @var string $name Name of the payment integration.
[9] Fix | Delete
* @var bool $recommended Whether payment is recommended.
[10] Fix | Delete
*/
[11] Fix | Delete
[12] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[13] Fix | Delete
exit;
[14] Fix | Delete
}
[15] Fix | Delete
?>
[16] Fix | Delete
[17] Fix | Delete
<a href="#" class="wpforms-panel-sidebar-section icon <?php echo esc_attr( $configured ); ?> wpforms-panel-sidebar-section-<?php echo esc_attr( $slug ); ?>" data-section="<?php echo esc_attr( $slug ); ?>">
[18] Fix | Delete
[19] Fix | Delete
<img src="<?php echo esc_url( $icon ); ?>" alt="<?php echo esc_attr( $name ); ?>">
[20] Fix | Delete
[21] Fix | Delete
<?php echo esc_html( $name ); ?>
[22] Fix | Delete
[23] Fix | Delete
<?php if ( ! empty( $recommended ) ) : ?>
[24] Fix | Delete
<span class="wpforms-panel-sidebar-recommended">
[25] Fix | Delete
<i class="fa fa-star" aria-hidden="true"></i>&nbsp;
[26] Fix | Delete
<?php esc_html_e( 'Recommended', 'wpforms-lite' ); ?>
[27] Fix | Delete
</span>
[28] Fix | Delete
<?php endif; ?>
[29] Fix | Delete
[30] Fix | Delete
<i class="fa fa-angle-right wpforms-toggle-arrow"></i>
[31] Fix | Delete
[32] Fix | Delete
<?php if ( ! empty( $configured ) ) : ?>
[33] Fix | Delete
<i class="fa fa-check-circle-o"></i>
[34] Fix | Delete
<?php endif; ?>
[35] Fix | Delete
</a>
[36] Fix | Delete
[37] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function