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-.../template.../builder/notifica...
File: email-template-modal.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Email Template modal content.
[2] Fix | Delete
*
[3] Fix | Delete
* This template is used for rendering the email template modal content
[4] Fix | Delete
* and is injected into the DOM via JS. The JS backbone template is used to render loop iterations.
[5] Fix | Delete
*
[6] Fix | Delete
* @since 1.8.5
[7] Fix | Delete
*
[8] Fix | Delete
* @var string $pro_badge Pro badge HTML.
[9] Fix | Delete
*/
[10] Fix | Delete
[11] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[12] Fix | Delete
exit;
[13] Fix | Delete
}
[14] Fix | Delete
?>
[15] Fix | Delete
[16] Fix | Delete
<script type="text/html" id="tmpl-wpforms-email-template-modal">
[17] Fix | Delete
<div class="wpforms-modal-header">
[18] Fix | Delete
<h1>
[19] Fix | Delete
<?php esc_html_e( 'Choose a Template', 'wpforms-lite' ); ?>
[20] Fix | Delete
</h1>
[21] Fix | Delete
<p>
[22] Fix | Delete
<?php esc_html_e( 'Browse through our collection of email notification templates.', 'wpforms-lite' ); ?>
[23] Fix | Delete
</p>
[24] Fix | Delete
</div>
[25] Fix | Delete
<div class="wpforms-email-template-modal-content wpforms-modal-content">
[26] Fix | Delete
<div class="wpforms-card-image-group">
[27] Fix | Delete
<div class="wpforms-setting-field">
[28] Fix | Delete
<# _.each( data.templates, function( template, key ) { #>
[29] Fix | Delete
<div class="wpforms-card-image<# if ( ! data.is_pro && template.is_pro ) { #> education-modal<# } #>"<# if ( ! data.is_pro && template.is_pro ) { #> data-name="<?php esc_attr_e( 'Email Templates', 'wpforms-lite' ); ?>" data-plural="1" data-action="upgrade"<# } #>>
[30] Fix | Delete
<input type="radio" name="wpforms-email-template-modal-choice" id="wpforms-email-template-modal-choice-{{ data.id }}-{{ key }}" value="{{ key }}"<# if ( key === data.selected ) { #> checked="checked"<# } #> />
[31] Fix | Delete
<label for="wpforms-email-template-modal-choice-{{ data.id }}-{{ key }}" class="option-{{ key }}">
[32] Fix | Delete
{{ template.name }}
[33] Fix | Delete
<# if ( ! data.is_pro && template.is_pro ) { #>
[34] Fix | Delete
<?php echo wp_kses( $pro_badge, [ 'span' => [ 'class' => [] ] ] ); ?>
[35] Fix | Delete
<# } #>
[36] Fix | Delete
<span class="wpforms-card-image-overlay">
[37] Fix | Delete
<span class="wpforms-btn-choose wpforms-btn wpforms-btn-md wpforms-btn-orange">
[38] Fix | Delete
<?php esc_html_e( 'Choose', 'wpforms-lite' ); ?>
[39] Fix | Delete
</span>
[40] Fix | Delete
<# if ( template.preview ) { #>
[41] Fix | Delete
<a href="{{{ template.preview }}}" target="_blank" class="wpforms-btn-preview wpforms-btn wpforms-btn-md wpforms-btn-light-grey">
[42] Fix | Delete
<?php esc_html_e( 'Preview', 'wpforms-lite' ); ?>
[43] Fix | Delete
</a>
[44] Fix | Delete
<# } #>
[45] Fix | Delete
</span>
[46] Fix | Delete
</label>
[47] Fix | Delete
</div>
[48] Fix | Delete
<# } ); #>
[49] Fix | Delete
</div>
[50] Fix | Delete
</div>
[51] Fix | Delete
</div>
[52] Fix | Delete
</script>
[53] Fix | Delete
[54] Fix | Delete
<?php
[55] Fix | Delete
/* Omit closing PHP tag at the end of PHP files to avoid "headers already sent" issues. */
[56] Fix | Delete
[57] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function