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-.../includes/template...
File: class-blank.php
<?php
[0] Fix | Delete
[1] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[2] Fix | Delete
exit;
[3] Fix | Delete
}
[4] Fix | Delete
[5] Fix | Delete
/**
[6] Fix | Delete
* Blank form template.
[7] Fix | Delete
*
[8] Fix | Delete
* @since 1.0.0
[9] Fix | Delete
*/
[10] Fix | Delete
class WPForms_Template_Blank extends WPForms_Template {
[11] Fix | Delete
[12] Fix | Delete
/**
[13] Fix | Delete
* Primary class constructor.
[14] Fix | Delete
*
[15] Fix | Delete
* @since 1.0.0
[16] Fix | Delete
*/
[17] Fix | Delete
public function init() {
[18] Fix | Delete
[19] Fix | Delete
$this->priority = 1;
[20] Fix | Delete
$this->name = esc_html__( 'Blank Form', 'wpforms-lite' );
[21] Fix | Delete
$this->slug = 'blank';
[22] Fix | Delete
$this->source = 'wpforms-core';
[23] Fix | Delete
$this->categories = 'all';
[24] Fix | Delete
$this->description = esc_html__( 'The blank form allows you to create any type of form using our drag & drop builder.', 'wpforms-lite' );
[25] Fix | Delete
$this->includes = '';
[26] Fix | Delete
$this->icon = '';
[27] Fix | Delete
$this->modal = '';
[28] Fix | Delete
$this->core = true;
[29] Fix | Delete
$this->data = [
[30] Fix | Delete
'field_id' => '1',
[31] Fix | Delete
'fields' => [],
[32] Fix | Delete
'settings' => [
[33] Fix | Delete
'antispam' => '1',
[34] Fix | Delete
'ajax_submit' => '1',
[35] Fix | Delete
'confirmation_message_scroll' => '1',
[36] Fix | Delete
'submit_text_processing' => esc_html__( 'Sending...', 'wpforms-lite' ),
[37] Fix | Delete
],
[38] Fix | Delete
'meta' => [
[39] Fix | Delete
'template' => $this->slug,
[40] Fix | Delete
],
[41] Fix | Delete
];
[42] Fix | Delete
}
[43] Fix | Delete
}
[44] Fix | Delete
[45] Fix | Delete
new WPForms_Template_Blank();
[46] Fix | Delete
[47] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function