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/empty-st.../payments
File: no-payments.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* No Payments HTML template.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.8.2
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $cta_url URL for the "Go To All Forms" CTA button.
[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
<h2 class="waving-hand-emoji"><?php esc_html_e( 'Hi there!', 'wpforms-lite' ); ?></h2>
[15] Fix | Delete
<h4><?php esc_html_e( "It looks like you haven't received any payments yet.", 'wpforms-lite' ); ?></h4>
[16] Fix | Delete
<p><?php esc_html_e( "Your payment gateway has been configured and you're ready to go.", 'wpforms-lite' ); ?></p>
[17] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/empty-states/payments/no-payments.svg' ); ?>" alt="" style="max-width: 314px;">
[18] Fix | Delete
[19] Fix | Delete
<?php if ( wpforms_current_user_can( 'view_forms' ) ) : ?>
[20] Fix | Delete
<a href="<?php echo esc_url( $cta_url ); ?>" class="wpforms-btn wpforms-btn-lg wpforms-btn-orange">
[21] Fix | Delete
<?php esc_html_e( 'Go To All Forms', 'wpforms-lite' ); ?>
[22] Fix | Delete
</a>
[23] Fix | Delete
<?php endif; ?>
[24] Fix | Delete
[25] Fix | Delete
<p class="wpforms-admin-no-forms-footer">
[26] Fix | Delete
<?php
[27] Fix | Delete
printf(
[28] Fix | Delete
wp_kses( /* translators: %s - URL to the comprehensive guide. */
[29] Fix | Delete
__( 'Need some help? Check out our <a href="%s" rel="noopener noreferrer" target="_blank">comprehensive guide.</a>', 'wpforms-lite' ),
[30] Fix | Delete
[
[31] Fix | Delete
'a' => [
[32] Fix | Delete
'href' => [],
[33] Fix | Delete
'rel' => [],
[34] Fix | Delete
'target' => [],
[35] Fix | Delete
],
[36] Fix | Delete
]
[37] Fix | Delete
),
[38] Fix | Delete
esc_url(
[39] Fix | Delete
wpforms_utm_link(
[40] Fix | Delete
'https://wpforms.com/docs/using-stripe-with-wpforms-lite/',
[41] Fix | Delete
'Payments Dashboard',
[42] Fix | Delete
'Activated - Manage Payments Documentation'
[43] Fix | Delete
)
[44] Fix | Delete
)
[45] Fix | Delete
);
[46] Fix | Delete
?>
[47] Fix | Delete
</p>
[48] Fix | Delete
</div>
[49] Fix | Delete
[50] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function