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.../emails
File: compact-footer.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Compact footer template.
[2] Fix | Delete
*
[3] Fix | Delete
* This template can be overridden by copying it to yourtheme/wpforms/emails/compact-footer.php.
[4] Fix | Delete
*
[5] Fix | Delete
* @since 1.8.5
[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
[14] Fix | Delete
</td>
[15] Fix | Delete
</tr>
[16] Fix | Delete
<tr>
[17] Fix | Delete
<td align="<?php echo is_rtl() ? 'right' : 'left'; ?>" valign="top" class="footer">
[18] Fix | Delete
<?php
[19] Fix | Delete
/** This filter is documented in /includes/emails/templates/footer-default.php */
[20] Fix | Delete
echo apply_filters( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
[21] Fix | Delete
'wpforms_email_footer_text',
[22] Fix | Delete
sprintf(
[23] Fix | Delete
wp_kses( /* translators: %1$s - site URL; %2$s - site title. */
[24] Fix | Delete
__( 'Sent from <a href="%1$s">%2$s</a>', 'wpforms-lite' ),
[25] Fix | Delete
[
[26] Fix | Delete
'a' => [
[27] Fix | Delete
'href' => [],
[28] Fix | Delete
],
[29] Fix | Delete
]
[30] Fix | Delete
),
[31] Fix | Delete
esc_url( home_url() ),
[32] Fix | Delete
wp_specialchars_decode( get_bloginfo( 'name' ) )
[33] Fix | Delete
)
[34] Fix | Delete
);
[35] Fix | Delete
?>
[36] Fix | Delete
</td>
[37] Fix | Delete
</tr>
[38] Fix | Delete
</table>
[39] Fix | Delete
</td>
[40] Fix | Delete
</tr>
[41] Fix | Delete
</table>
[42] Fix | Delete
</div>
[43] Fix | Delete
</td>
[44] Fix | Delete
<td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>
[45] Fix | Delete
</tr>
[46] Fix | Delete
</table>
[47] Fix | Delete
</body>
[48] Fix | Delete
</html>
[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