Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

learndash edit profile link

// On your child theme functions.php:
add_filter( 'get_edit_user_link', function( $link, $user_id ) {
	$link = "https://www.google.com/";
	return $link;
}, 30, 2 );
 
PREVIOUS NEXT
Tagged: #learndash #edit #profile #link
ADD COMMENT
Topic
Name
7+3 =