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.../public_h.../wp-conte.../plugins/wordpres.../admin/views
File: partial-notifications-warnings.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
* @uses array $notifications_data
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
$yoast_seo_type = 'warnings';
[9] Fix | Delete
$yoast_seo_dashicon = 'flag';
[10] Fix | Delete
[11] Fix | Delete
$yoast_seo_active = $notifications_data['warnings']['active'];
[12] Fix | Delete
$yoast_seo_dismissed = $notifications_data['warnings']['dismissed'];
[13] Fix | Delete
[14] Fix | Delete
$yoast_seo_active_total = count( $notifications_data['warnings']['active'] );
[15] Fix | Delete
$yoast_seo_dismissed_total = count( $notifications_data['warnings']['dismissed'] );
[16] Fix | Delete
$yoast_seo_total = $notifications_data['metrics']['warnings'];
[17] Fix | Delete
[18] Fix | Delete
$yoast_seo_i18n_title = __( 'Notifications', 'wordpress-seo' );
[19] Fix | Delete
$yoast_seo_i18n_issues = '';
[20] Fix | Delete
$yoast_seo_i18n_no_issues = __( 'No new notifications.', 'wordpress-seo' );
[21] Fix | Delete
$yoast_seo_i18n_muted_issues_title = sprintf(
[22] Fix | Delete
/* translators: %d expands the amount of hidden notifications. */
[23] Fix | Delete
_n( 'You have %d hidden notification:', 'You have %d hidden notifications:', $yoast_seo_dismissed_total, 'wordpress-seo' ),
[24] Fix | Delete
$yoast_seo_dismissed_total
[25] Fix | Delete
);
[26] Fix | Delete
[27] Fix | Delete
require WPSEO_PATH . 'admin/views/partial-notifications-template.php';
[28] Fix | Delete
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function