>
|
is_installed()) {
$href = esc_attr(add_query_arg([ 'integration' => $integration->slug ]));
$title = esc_attr__('Configure this integration', 'mailchimp-for-wp');
echo "{$integration->name}";
} else {
echo esc_html($integration->name);
}
?>
|
description);
?>
|
enabled && $integration->is_installed()) {
echo '', esc_html__('Active', 'mailchimp-for-wp'), '';
} elseif ($integration->is_installed()) {
echo '', esc_html__('Inactive', 'mailchimp-for-wp'), '';
} else {
echo '', esc_html__('Not installed', 'mailchimp-for-wp'), '';
}
?>
|