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/revision...
File: notice-disabled.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* "Revisions are disabled" notice in the Form Builder Revisions panel.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.7.3
[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
$url = wpforms_utm_link(
[11] Fix | Delete
'https://wpforms.com/docs/how-to-use-form-revisions-in-wpforms/#enable-post-revisions',
[12] Fix | Delete
'Builder Revisions',
[13] Fix | Delete
'Revisions Disabled Notice'
[14] Fix | Delete
);
[15] Fix | Delete
?>
[16] Fix | Delete
[17] Fix | Delete
<div class='wpforms-revisions-notice wpforms-revisions-notice-error'>
[18] Fix | Delete
<h2><?php esc_html_e( 'Form Revisions Are Disabled', 'wpforms-lite' ); ?></h2>
[19] Fix | Delete
<p><?php esc_html_e( 'It appears that revisions are disabled on your WordPress installation. You can enable revisions for WPForms while leaving posts revisions disabled.', 'wpforms-lite' ); ?></p>
[20] Fix | Delete
[21] Fix | Delete
<a href="<?php echo esc_url( $url ); ?>" target='_blank' rel='noopener noreferrer' class='button button-primary button-large'>
[22] Fix | Delete
<?php esc_html_e( 'Learn How', 'wpforms-lite' ); ?>
[23] Fix | Delete
</a>
[24] Fix | Delete
</div>
[25] Fix | Delete
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function