File: /home/dermova/www/me/wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php
<?php
/**
* @package WPSEO\Admin
*/
$type = 'warnings';
$dashicon = 'flag';
$i18n_title = __( 'Improvements', 'wordpress-seo' );
$i18n_issues = __( 'Implement the following suggestions to further optimize your site for SEO.', 'wordpress-seo' );
$i18n_no_issues = __( 'Good job! We found nothing you can improve upon.', 'wordpress-seo' );
$active_total = count( $alerts_data['warnings']['active'] );
$total = $alerts_data['metrics']['warnings'];
$active = $alerts_data['warnings']['active'];
$dismissed = $alerts_data['warnings']['dismissed'];
include 'partial-alerts-template.php';