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'); Hello world! – generateur mail temporaire

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Comments

One response to “Hello world!”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply to A WordPress Commenter Cancel reply

Your email address will not be published. Required fields are marked *