The old code
-
Hello,
The code below no longer works for me. Can you please suggest how to modify it?
__( ‘From your account dashboard you can edit your <a href=”%1$s”> profile details</a>, edit your <a href=”%2$s”> password</a> and check your <a href=”%3$s”>results</a>.’, ‘user-registration’ ),
esc_url( ur_get_endpoint_url( ‘edit-profile’ ) ),
esc_url( ur_get_endpoint_url( ‘edit-password’ ) ),
esc_url( ur_get_endpoint_url( ‘my-results’ ) )
);
The page I need help with: [log in to see the link]
The topic ‘The old code’ is closed to new replies.