is_installed()) {
echo ' style="opacity: 0.6;"';
}
?>
>
|
is_installed()) {
$href = add_query_arg([ 'integration' => $integration->slug ]);
$title = esc_attr__('Configure this integration', 'mailchimp-for-wp');
printf('%s', esc_url($href), esc_attr($title), esc_html($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'), '';
}
?>
|