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/wp-revie.../includes
File: widget.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Loads widgets.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WP_Review
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
/**
[7] Fix | Delete
* Registers widgets.
[8] Fix | Delete
*/
[9] Fix | Delete
function wpreview_register_widget() {
[10] Fix | Delete
require_once( WP_REVIEW_INCLUDES . 'widgets/class-wp-review-tab-widget.php' );
[11] Fix | Delete
[12] Fix | Delete
register_widget( 'WP_Review_Tab_Widget' );
[13] Fix | Delete
}
[14] Fix | Delete
add_action( 'widgets_init', 'wpreview_register_widget' );
[15] Fix | Delete
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function