| [ Index ] |
WordPress Cross Reference |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 735 lines (26 kb) |
| Included or required: | 0 times |
| Referenced: | 1 time |
| Includes or requires: | 0 files |
| do_signup_header() X-Ref |
| Prints signup_header via wp_head |
| wpmu_signup_stylesheet() X-Ref |
| Prints styles for front-end Multisite signup pages |
| show_blog_form( $blogname = '', $blog_title = '', $errors = '' ) X-Ref |
| Generates and displays the Signup and Create Site forms param: string $blogname The new site name param: string $blog_title The new site title param: array $errors |
| validate_blog_form() X-Ref |
| Validate the new site signup return: array Contains the new site data and error messages. |
| show_user_form($user_name = '', $user_email = '', $errors = '') X-Ref |
| Display user registration form param: string $user_name The entered username param: string $user_email The entered email address param: array $errors |
| validate_user_form() X-Ref |
| Validate user signup name and email return: array Contains username, email, and error messages. |
| signup_another_blog( $blogname = '', $blog_title = '', $errors = '' ) X-Ref |
| Allow returning users to sign up for another site param: string $blogname The new site name param: string $blog_title The new blog title param: array $errors |
| validate_another_blog_signup() X-Ref |
| Validate a new blog signup return: bool True if blog signup was validated, false if error |
| confirm_another_blog_signup( $domain, $path, $blog_title, $user_name, $user_email = '', $meta = array() X-Ref |
| Confirm a new site signup param: string $domain The domain URL param: string $path The site root path param: string $user_name The username param: string $user_email The user's email address param: array $meta Any additional meta from the 'add_signup_meta' filter in validate_blog_signup() |
| signup_user( $user_name = '', $user_email = '', $errors = '' ) X-Ref |
| Setup the new user signup process param: string $user_name The username param: string $user_email The user's email param: array $errors |
| validate_user_signup() X-Ref |
| Validate the new user signup return: bool True if new user signup was validated, false if error |
| confirm_user_signup($user_name, $user_email) X-Ref |
| New user signup confirmation param: string $user_name The username param: string $user_email The user's email address |
| signup_blog($user_name = '', $user_email = '', $blogname = '', $blog_title = '', $errors = '') X-Ref |
| Setup the new site signup param: string $user_name The username param: string $user_email The user's email address param: string $blogname The site name param: string $blog_title The site title param: array $errors |
| validate_blog_signup() X-Ref |
| Validate new site signup return: bool True if the site signup was validated, false if error |
| confirm_blog_signup( $domain, $path, $blog_title, $user_name = '', $user_email = '', $meta = array() X-Ref |
| New site signup confirmation param: string $domain The domain URL param: string $path The site root path param: string $blog_title The new site title param: string $user_name The user's username param: string $user_email The user's email address param: array $meta Any additional meta from the 'add_signup_meta' filter in validate_blog_signup() |
| Generated: Tue Mar 25 01:41:18 2014 | WordPress honlapkészítés: online1.hu |