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.../admin/payments/single
File: no-payment.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* No template payment HTML template.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.8.2
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $message An abort message to display.
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[9] Fix | Delete
exit;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
?>
[13] Fix | Delete
<div class="wpforms-admin-empty-state-container wpforms-admin-no-payments">
[14] Fix | Delete
[15] Fix | Delete
<h2 class="waving-hand-emoji"><?php esc_html_e( 'Hi there!', 'wpforms-lite' ); ?></h2>
[16] Fix | Delete
[17] Fix | Delete
<p><?php echo esc_html( $message ); ?></p>
[18] Fix | Delete
[19] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/empty-states/payments/no-payments.svg' ); ?>" alt="" style="max-width: 314px;">
[20] Fix | Delete
[21] Fix | Delete
<a href="<?php echo esc_url( admin_url( 'admin.php?page=wpforms-payments' ) ); ?>" class="wpforms-btn wpforms-btn-lg wpforms-btn-orange">
[22] Fix | Delete
<?php esc_html_e( 'Back to All Payments', 'wpforms-lite' ); ?>
[23] Fix | Delete
</a>
[24] Fix | Delete
[25] Fix | Delete
</div>
[26] Fix | Delete
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function