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...
File: lite-connect-modal.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Admin/Settings/LiteConnect Education modal template for Lite.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.7.4
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[7] Fix | Delete
exit;
[8] Fix | Delete
}
[9] Fix | Delete
[10] Fix | Delete
?>
[11] Fix | Delete
<script type="text/html" id="tmpl-wpforms-settings-lite-connect-modal-content">
[12] Fix | Delete
<div class="wpforms-settings-lite-connect-modal-content">
[13] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/sullie-alt.png' ); ?>" alt="<?php esc_attr_e( 'Sullie the WPForms mascot', 'wpforms-lite' ); ?>" class="wpforms-mascot">
[14] Fix | Delete
[15] Fix | Delete
<h2><?php esc_html_e( 'Form Entry Backups', 'wpforms-lite' ); ?></h2>
[16] Fix | Delete
<p>
[17] Fix | Delete
<?php esc_html_e( 'If your email notifications aren\'t delivered, you’ll lose form entries. Turn on free backups now and restore your entries when you upgrade to Pro.', 'wpforms-lite' ); ?>
[18] Fix | Delete
</p>
[19] Fix | Delete
[20] Fix | Delete
<div class="wpforms-features">
[21] Fix | Delete
<section>
[22] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/lite-connect/lock-alt.svg' ); ?>" alt="<?php esc_attr_e( 'Security and Protection.', 'wpforms-lite' ); ?>">
[23] Fix | Delete
<aside>
[24] Fix | Delete
<h4><?php esc_html_e( 'Security and Protection', 'wpforms-lite' ); ?></h4>
[25] Fix | Delete
<p>
[26] Fix | Delete
<?php esc_html_e( 'Entries are stored securely and privately until you\'re ready to upgrade. Our team cannot view your forms or entries.', 'wpforms-lite' ); ?>
[27] Fix | Delete
</p>
[28] Fix | Delete
</aside>
[29] Fix | Delete
</section>
[30] Fix | Delete
<section>
[31] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/lite-connect/cloud.svg' ); ?>" alt="<?php esc_attr_e( 'Backup and Restore.', 'wpforms-lite' ); ?>">
[32] Fix | Delete
<aside>
[33] Fix | Delete
<h4><?php esc_html_e( 'Backup and Restore', 'wpforms-lite' ); ?></h4>
[34] Fix | Delete
<p>
[35] Fix | Delete
<?php esc_html_e( 'When you upgrade to WPForms Pro, we\'ll automatically restore all of the entries that you collected in WPForms Lite.', 'wpforms-lite' ); ?>
[36] Fix | Delete
</p>
[37] Fix | Delete
</aside>
[38] Fix | Delete
</section>
[39] Fix | Delete
<section>
[40] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/lite-connect/envelope.svg' ); ?>" alt="<?php esc_attr_e( 'WPForms Newsletter.', 'wpforms-lite' ); ?>">
[41] Fix | Delete
<aside>
[42] Fix | Delete
<h4><?php esc_html_e( 'WPForms Newsletter', 'wpforms-lite' ); ?></h4>
[43] Fix | Delete
<p>
[44] Fix | Delete
<?php esc_html_e( 'Ready to grow your website? Get the latest pro tips and updates from the WPForms team.', 'wpforms-lite' ); ?>
[45] Fix | Delete
</p>
[46] Fix | Delete
</aside>
[47] Fix | Delete
</section>
[48] Fix | Delete
</div>
[49] Fix | Delete
[50] Fix | Delete
<footer>
[51] Fix | Delete
<?php
[52] Fix | Delete
printf(
[53] Fix | Delete
wp_kses( /* translators: %s - WPForms Terms of Service link. */
[54] Fix | Delete
__( 'By enabling Lite Connect you agree to our <a href="%s" target="_blank" rel="noopener noreferrer">Terms of Service</a> and to share your information with WPForms.', 'wpforms-lite' ),
[55] Fix | Delete
[
[56] Fix | Delete
'a' => [
[57] Fix | Delete
'href' => [],
[58] Fix | Delete
'target' => [],
[59] Fix | Delete
'rel' => [],
[60] Fix | Delete
],
[61] Fix | Delete
]
[62] Fix | Delete
),
[63] Fix | Delete
esc_url( wpforms_utm_link( 'https://wpforms.com/terms/', 'Lite Connect Modal', 'Terms of Service' ) )
[64] Fix | Delete
);
[65] Fix | Delete
?>
[66] Fix | Delete
</footer>
[67] Fix | Delete
</div>
[68] Fix | Delete
</script>
[69] Fix | Delete
[70] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function