You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$reponse = $wpdb->get_var($wpdb->prepare("SELECT COUNT(*) FROM {$wpdb->prefix}messagerie WHERE unread = 1 AND receiver = %d AND dossier = \"inbox\"", get_current_user_id()));
if(empty($reponse)) // Nous permet d'afficher le nombre de mails non-lus
{
_e('<li><a href="#" id="inbox_folder">Boîte de Réception</a></li>', 'messagerie');