Switch language

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




admin_created_user_email [ WordPress Function ]

admin_created_user_email ( $text )
Defined at:



No description yet.

Source


<?php
function admin_created_user_email$text ) {
        
/* translators: 1: Site name, 2: site URL, 3: role */
        
return sprintf__'Hi,
You\'ve been invited to join \'%1$s\' at
%2$s with the role of %3$s.
If you do not want to join this site please ignore
this email. This invitation will expire in a few days.

Please click the following link to activate your user account:
%%s' 
), get_bloginfo('name'), home_url(), esc_html$_REQUEST'role' ] ) );
    }
    
add_filter'wpmu_signup_user_notification_email''admin_created_user_email' );

    function 
admin_created_user_subject$text ) {
        return 
sprintf__'[%s] Your site invite' ), get_bloginfo'name' ) );
    }
}
?>

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