bbp_notice_edit_user_success()

Edit profile success message

Description

Source

File: bp-forums/users/template.php

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

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.