'',
'title' => esc_html__('Consent Plugin Successfully Integrated', 'wp-statistics'),
'notes' => View::load('components/privacy-audit/recommend-consent', [], true),
];
}
public static function getUnpassedStateInfo()
{
return [
'icon' => '',
'title' => esc_html__('Consent Plugin Required for Privacy Compliance', 'wp-statistics'),
'notes' => View::load('components/privacy-audit/recommend-consent-unpassed', [], true),
];
}
public static function getRecommendedStateInfo()
{
return [
'icon' => '',
'title' => esc_html__('Respect Visitor Privacy with Consent Plugins', 'wp-statistics'),
'notes' => View::load('components/privacy-audit/recommend-consent-info', [], true),
];
}
}