Thank You ,
I will try it
Jackie
Hi
Thank You for reply .
Actually , I want to disable all backend image edit function , not only Avatar .
Thanks
Thanks for all answering ,
I already installed plug-in ‘Swift Security’ , and it hide wp for me frontend .
I renamed the wp-content by this code (form internet):
define (‘WP_CONTENT_FOLDERNAME’, ‘assets’);
define (‘WP_CONTENT_DIR’, ABSPATH . WP_CONTENT_FOLDERNAME);
define (‘WP_CONTENT_URL’, ‘http://yourdomain.com/’.WP_CONTENT_FOLDERNAME);
which is works fine ,but for some user who might need to upload media . They will see the link of “Edit Image” http://my-site/wp-admin/post.php?post=1098&action=edit
it shows wp-admin , at backend
So I wondering , is there another code to rename wp-admin physically ,
Thanks
Jackie