'; if ( 0 === $compatible_plugin_count ) { echo ''; echo esc_html( __( 'See supported integrations', 'akismet' ) ); echo Akismet::get_new_tab_screen_reader_html(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Returns markup escaped in the helper. echo ''; } else { echo esc_html( _n( "This plugin you've installed is compatible. Follow the documentation link to get started.", "These plugins you've installed are compatible. Follow the documentation links to get started.", $compatible_plugin_count, 'akismet' ) ); } echo '
'; ?>