Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




confirm_user_signup [ WordPress Function ]

confirm_user_signup ( $user_name, $user_email )
Defined at:



No description yet.

Source


<?php
function confirm_user_signup($user_name$user_email) {
    
?>
    <h2><?php printf__'%s is your new username' ), $user_name?></h2>
    <p><?php _e'But, before you can start using your new username, <strong>you must activate it</strong>.' ?></p>
    <p><?php printf__'Check your inbox at <strong>%s</strong> and click the link given.' ), $user_email ); ?></p>
    <p><?php _e'If you do not activate your username within two days, you will have to sign up again.' ); ?></p>
    <?php
    do_action
'signup_finished' );
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics