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/contact-.../modules
File: response.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
** A base module for [response]
[2] Fix | Delete
**/
[3] Fix | Delete
[4] Fix | Delete
/* form_tag handler */
[5] Fix | Delete
[6] Fix | Delete
add_action( 'wpcf7_init', 'wpcf7_add_form_tag_response', 10, 0 );
[7] Fix | Delete
[8] Fix | Delete
function wpcf7_add_form_tag_response() {
[9] Fix | Delete
wpcf7_add_form_tag( 'response',
[10] Fix | Delete
'wpcf7_response_form_tag_handler',
[11] Fix | Delete
array(
[12] Fix | Delete
'display-block' => true,
[13] Fix | Delete
)
[14] Fix | Delete
);
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
function wpcf7_response_form_tag_handler( $tag ) {
[18] Fix | Delete
if ( $contact_form = wpcf7_get_current_contact_form() ) {
[19] Fix | Delete
return $contact_form->form_response_output();
[20] Fix | Delete
}
[21] Fix | Delete
}
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function