Same here. The worst part is that it’s almost guaranteed that it’s just some promotional nonsense. Sure there’s the nuclear solution of prohibiting alerts from this plugin, but it should still be fixed.
It seems some database update mechanism is not running fully through. As I have no capability debugging their code, I’ve asked Claude:
The cause of this is
$option_db_error_message = get_option( $updates_needed['show_error_db_message']['option_name'] );
// = get_option('trp_show_error_db_message') → currently 'yes'
if ( $option === 'no' && $option_db_error_message !== 'no' ) {
add_action( 'admin_notices', ...update notice... );
So it could be fixed with wp option update trp_show_error_db_message no (using wp-cli as wp), but I’d give them a bit time to fix that before fixing it myself.
Plugin Support
Daniel
(@danieldandu)
Hello @lafilledesvignes ,
Thank you for reaching out.
The notification badge next to TranslatePress in the WordPress admin menu is related to the recent notice about the new add-on. After dismissing the notice, the badge remains visible, even though there are no active notifications.
I want to assure you that this is just a visual issue and does not affect any plugin functionality — all translations and plugin features continue to work normally.
We’ve identified this behavior, and it will be fixed in the upcoming plugin update. For now, no action is required on your part.
Thank you for your patience.