diff --git a/includes/um-short-functions.php b/includes/um-short-functions.php index 11504767..0ec70389 100644 --- a/includes/um-short-functions.php +++ b/includes/um-short-functions.php @@ -1708,6 +1708,26 @@ function um_edit_profile_url( $user_id = null ) { $url = remove_query_arg( 'subnav', $url ); $url = add_query_arg( 'um_action', 'edit', $url ); + /** + * Filters change edit profile URL. + * + * @param {string} $url Edit profile URL. + * @param {int} $user_id User ID. + * + * @return {string} Edit profile URL. + * + * @since 2.6.8 + * @hook um_edit_profile_url + * + * @example