if you are using the latest version of WP User Avatar, There is a setting allow users to edit avatars underneath the Upload Size Limit slider.
Hi
Thank You for reply .
Actually , I want to disable all backend image edit function , not only Avatar .
Thanks
You could just hide the edit buttons with CSS. A knowledgeable user could find a way to restore them, but it should deter most people. More on admin screen CSS here: Creating Admin Themes.
A more secure way would be to identify the JS files responsible for editing, find where they are enqueued, then simply dequeue them in a later hook.
Thank You ,
I will try it
Jackie
Are you using the latest version of WP User Avatar? There is a setting “Allow users to edit avatars” underneath the Upload Size Limit slider.