confirm_another_blog_signup [ WordPress Function ]
confirm_another_blog_signup ( $domain, $path, $blog_title, $user_name, $user_email = '', $meta = '' )
| Defined at: |
|
Benzer Fonksiyonlar: confirm_blog_signup, validate_another_blog_signup, confirm_user_signup, wpmu_validate_blog_signup, validate_blog_signup
No description yet.
Source
<?php
function confirm_another_blog_signup($domain, $path, $blog_title, $user_name, $user_email = '', $meta = '') {
?>
<h2><?php printf( __( 'The site %s is yours.' ), "<a href='http://{$domain}{$path}'>{$blog_title}</a>" ) ?></h2>
<p>
<?php printf( __( '<a href="http://%1$s">http://%2$s</a> is your new site. <a href="%3$s">Log in</a> as “%4$s” using your existing password.' ), $domain.$path, $domain.$path, "http://" . $domain.$path . "wp-login.php", $user_name ) ?>
</p>
<?php
do_action( 'signup_finished' );
}
?>
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Docs for page wp-signup.php
confirm_another_blog_signup (line 217). void confirm_another_blog_signup ( $ domain, $path, $blog_title, $user_name, [ $user_email = ''], [ $meta = '']) ...
phpdoc.wordpress.org - wp-signup.php - PHP Cross Reference of WordPress Source - Yoast
Jun 1, 2011 ... show_user_form() validate_user_form() signup_another_blog() validate_another_blog_signup() confirm_another_blog_signup() signup_user() ...
xref.yoast.com - Translation of WordPress.com in Lithuanian # This file is distributed ...
... "Choose This Theme" msgstr "" #: wp-content/mu-plugins/signup-variants/hot- templates/confirm-another-blog-signup.tpl.php:20 msgid "Other common things:" ...
wpcom-i18n.svn.automattic.com - Translation of WordPress.com in Turkish # This file is distributed ...
... "Choose This Theme" msgstr "" #: wp-content/mu-plugins/signup-variants/hot- templates/confirm-another-blog-signup.tpl.php:20 msgid "Other common things:" ...
wpcom-i18n.svn.automattic.com