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/wordpres.../admin/pages
File: network.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* WPSEO plugin file.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WPSEO\Admin
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
if ( ! defined( 'WPSEO_VERSION' ) ) {
[7] Fix | Delete
header( 'Status: 403 Forbidden' );
[8] Fix | Delete
header( 'HTTP/1.1 403 Forbidden' );
[9] Fix | Delete
exit();
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
$yform = Yoast_Form::get_instance();
[13] Fix | Delete
$yform->admin_header( true, 'wpseo_ms' );
[14] Fix | Delete
[15] Fix | Delete
$network_tabs = new WPSEO_Option_Tabs( 'network' );
[16] Fix | Delete
$network_tabs->add_tab( new WPSEO_Option_Tab( 'general', __( 'General', 'wordpress-seo' ) ) );
[17] Fix | Delete
$network_tabs->add_tab( new WPSEO_Option_Tab( 'features', __( 'Features', 'wordpress-seo' ) ) );
[18] Fix | Delete
$network_tabs->add_tab( new WPSEO_Option_Tab( 'integrations', __( 'Integrations', 'wordpress-seo' ) ) );
[19] Fix | Delete
[20] Fix | Delete
$network_tabs->add_tab(
[21] Fix | Delete
new WPSEO_Option_Tab(
[22] Fix | Delete
'crawl-settings',
[23] Fix | Delete
__( 'Crawl settings', 'wordpress-seo' ),
[24] Fix | Delete
[
[25] Fix | Delete
'save_button' => true,
[26] Fix | Delete
]
[27] Fix | Delete
)
[28] Fix | Delete
);
[29] Fix | Delete
$network_tabs->add_tab( new WPSEO_Option_Tab( 'restore-site', __( 'Restore Site', 'wordpress-seo' ), [ 'save_button' => false ] ) );
[30] Fix | Delete
$network_tabs->display( $yform );
[31] Fix | Delete
[32] Fix | Delete
$yform->admin_footer();
[33] Fix | Delete
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function