LLMS_Integration_Buddypress::maybe_alter_update_account_redirect( string $account_update_redirect_url )

Redirect on the same bb profile page when successfully update the account.


Parameters Parameters

$account_update_redirect_url

(string) (Required) Account update redirect url.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/integrations/class.llms.integration.buddypress.php

	public function maybe_alter_update_account_redirect( $account_update_redirect_url ) {
		return bp_is_my_profile() ? bp_get_requested_url() : $account_update_redirect_url;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
6.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.