function flashmail10_temp_email_shortcode() { $domains = ['@znap3melfask.com', '@mail.example.com']; // à adapter si besoin $random = substr(str_shuffle("abcdefghijklmnopqrstuvwxyz0123456789"), 0, 10); $domain = $domains[array_rand($domains)]; $email = $random . $domain; ob_start(); echo "
Votre adresse mail temporaire :
"; return ob_get_clean(); } add_shortcode('flashmail10', 'flashmail10_temp_email_shortcode'); adminzeynab3 – generateur mail temporaire

Author: adminzeynab3