bp_before_blog_details_fields

  • do_action( 'bp_before_blog_details_fields' )

    Source Reference:

    • Component: BuddyPress:: bp-themes
      File: /bp-themes/bp-default/registration/register.php :: Trac Source Line: 177
      					</div><!-- #profile-details-section -->
      
      					<?php do_action( 'bp_after_signup_profile_fields' ) ?>
      
      				<?php endif; ?>
      
      				<?php if ( bp_get_blog_signup_allowed() ) : ?>
      
      					<?php do_action( 'bp_before_blog_details_fields' ) ?>
      
      					<?php /***** Blog Creation Details ******/ ?>
      
      					<div class="register-section" id="blog-details-section">
      
      						<h4><?php _e( 'Blog Details', 'buddypress' ) ?></h4>
      
      						<p><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes, I'd like to create a new site', 'buddypress' ) ?></p>
      
      						<div id="blog-details"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?>class="show"<?php endif; ?>>
      

Comments are closed.