';
echo esc_html( __( 'Akismet works with other plugins to keep spam away.', 'akismet' ) );
echo '';
echo '
';
if ( 0 === $compatible_plugin_count ) {
echo '';
echo esc_html( __( 'See supported integrations', 'akismet' ) );
echo '';
} else {
echo esc_html(
_n(
"The plugin you've installed is compatible. Follow the documentation link to get started.",
"The plugins you've installed are compatible. Follow the documentation links to get started.",
$compatible_plugin_count,
'akismet'
)
);
}
echo '
';
?>
-
0 ) : ?>
Akismet_Compatible_Plugins::DEFAULT_VISIBLE_PLUGIN_COUNT ) : ?>