bbp_notice_edit_user_success()
Edit profile success message
Description
Source
File: bp-forums/users/template.php
1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 | function bbp_notice_edit_user_success() { if ( isset( $_GET [ 'updated' ] ) && ( bbp_is_single_user() || bbp_is_single_user_edit() ) ) : ?> <div class = "bp-feedback updated" > <span class = "bp-icon" aria-hidden= "true" ></span> <p><?php esc_html_e( 'User updated.' , 'buddyboss' ); ?></p> </div> <?php endif ; } |
Changelog
Version | Description |
---|---|
bbPress (r2688) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.