Avatar deleted on frontpage solved
-
If you use “Theme my login” or just you have restricted wp-admin access, try to put this code in your functions.php
add_action("init", "user_avatar_delete");
i also modify user-avatar/user-avatar.php file on line 635 to this:
wp_redirect($_SERVER["HTTP_REFERER"]);
to redirect user to previous page instead wp-adminI hope it can helps!!
PS Thanks for the plugin!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Avatar deleted on frontpage solved’ is closed to new replies.