[Plugin: WP User Frontend] [wpuf-edit-users] links not working
-
hi,
i’m running WP User Frontend on a WPMS. All is working great but in the user dashboard [wpuf-edit-users] the “Edit” and the “remove” links are not working.
I looked through the code and the follwing link is :
<a href="<?php echo wp_nonce_url(get_permalink() . '?action=edit&user_id='. $user->ID, 'wpuf_edit_user'); ?>"><?php _e( 'Editer', 'wpuf' ); ?></a>
any ideas on how to solve this ?
thank you !
- The topic ‘[Plugin: WP User Frontend] [wpuf-edit-users] links not working’ is closed to new replies.