wp-members-user-list Help
-
Hi,
My client using “wp-members” with “wp-members-user-list”. They update site with all plugins and suddenly they get Deprecated function error. and i changed wpmem_chk_qstr() to add_query_arg() as you can see in code below. Deprecated function error is fixed. but users list is not showing profile link correctly. profile link showing 404 ERROR page.User List Page: http://www.waterpointe1.com/directory/
User Profile Link: http://www.waterpointe1.com/directory/uid=107$h2 = ( $fields['profile_page'] ) ? '<a href="' . add_query_arg( $fields['profile_page'] ) . 'uid=' . $user_info->ID . '">' . $h2 . '</a>' : $h2;Please help as soon as possible.
Thanks,
KhurramThe page I need help with: [log in to see the link]
The topic ‘wp-members-user-list Help’ is closed to new replies.