Created
December 16, 2014 12:07
-
-
Save BoweFrankema/95166be93b4f05a70a13 to your computer and use it in GitHub Desktop.
Custom Message BuddyPress Multisite Site Creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function cf_site_creation_confirmation() { { ?> | |
| <div class="intro-text important"> | |
| All done! We have created your new site succesfully! We also sent you an email with your site details. | |
| </div> | |
| <?php }} | |
| add_action('signup_finished','cf_site_creation_confirmation'); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment