Definition:
function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) {}
Parameters
- $domain
- $path
- $blog_title
- $user_name
- $user_email
- $meta
Source code
function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) { ?> <h2><?php printf( __( 'Congratulations! Your new site, %s, is almost ready.' ), "<a href='http://{$domain}{$path}'>{$blog_title}</a>" ) ?></h2>
713
No comments yet... Be the first to leave a reply!