Skip to content

Instantly share code, notes, and snippets.

@BoweFrankema
Created December 16, 2014 12:07
Show Gist options
  • Select an option

  • Save BoweFrankema/95166be93b4f05a70a13 to your computer and use it in GitHub Desktop.

Select an option

Save BoweFrankema/95166be93b4f05a70a13 to your computer and use it in GitHub Desktop.
Custom Message BuddyPress Multisite Site Creation
<?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