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-.../admin/includes
File: admin-functions.php
<?php
[0] Fix | Delete
[1] Fix | Delete
function wpcf7_current_action() {
[2] Fix | Delete
if ( isset( $_REQUEST['action'] ) and -1 != $_REQUEST['action'] ) {
[3] Fix | Delete
return $_REQUEST['action'];
[4] Fix | Delete
}
[5] Fix | Delete
[6] Fix | Delete
if ( isset( $_REQUEST['action2'] ) and -1 != $_REQUEST['action2'] ) {
[7] Fix | Delete
return $_REQUEST['action2'];
[8] Fix | Delete
}
[9] Fix | Delete
[10] Fix | Delete
return false;
[11] Fix | Delete
}
[12] Fix | Delete
[13] Fix | Delete
function wpcf7_admin_has_edit_cap() {
[14] Fix | Delete
return current_user_can( 'wpcf7_edit_contact_forms' );
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
function wpcf7_add_tag_generator( $name, $title, $elm_id, $callback, $options = array() ) {
[18] Fix | Delete
$tag_generator = WPCF7_TagGenerator::get_instance();
[19] Fix | Delete
return $tag_generator->add( $name, $title, $callback, $options );
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function