-
apply_filters( 'bp_core_template_activate', 'activate' ) )
Source Reference:
-
if ( file_exists( bp_core_avatar_upload_path() . '/avatars/signups/' . $hashed_key ) ) @rename( bp_core_avatar_upload_path() . '/avatars/signups/' . $hashed_key, bp_core_avatar_upload_path() . '/avatars/' . $user ); bp_core_add_message( __( 'Your account is now active!', 'buddypress' ) ); $bp->activation_complete = true; } if ( '' != locate_template( array( 'registration/activate' ), false ) ) bp_core_load_template( apply_filters( 'bp_core_template_activate', 'activate' ) ); else bp_core_load_template( apply_filters( 'bp_core_template_activate', 'registration/activate' ) ); } add_action( 'bp_screens', 'bp_core_screen_activation' ); /******************************************************************************** * Business Functions * * Business functions are where all the magic happens in BuddyPress. They will
-
-
apply_filters( 'bp_core_template_activate', 'registration/activate' ) )
Source Reference:
-
bp_core_add_message( __( 'Your account is now active!', 'buddypress' ) ); $bp->activation_complete = true; } if ( '' != locate_template( array( 'registration/activate' ), false ) ) bp_core_load_template( apply_filters( 'bp_core_template_activate', 'activate' ) ); else bp_core_load_template( apply_filters( 'bp_core_template_activate', 'registration/activate' ) ); } add_action( 'bp_screens', 'bp_core_screen_activation' ); /******************************************************************************** * Business Functions * * Business functions are where all the magic happens in BuddyPress. They will * handle the actual saving or manipulation of information. Usually they will * hand off to a database class for data access, then return
-