Conversation
supportI active plugin ==> Then i use user role editor to check if i disabled “edit other post” ==> Then i log-out and use editor role to upload media ==> Editor roll still see all of my media. What is wrong please?
Hi, I do not why this isn’t working for you, but it must be related to user role editor Instead of chnging existing wordpress roles, I suggest that you create new roles and assign these to users As you can see below, the code checks for the standard capability edit_others_posts, and only users with capability can see other users media in the media library !current_user_can( 'edit_others_posts' ) This reply was modified 9 years, 3 months ago by finnj .
Thanks checked, it was issue with another plugin intergated.
Hi, I do not why this isn’t working for you, but it must be related to user role editor Instead of chnging existing wordpress roles, I suggest that you create new roles and assign these to users As you can see below, the code checks for the standard capability edit_others_posts, and only users with capability can see other users media in the media library !current_user_can( 'edit_others_posts' ) This reply was modified 9 years, 3 months ago by finnj .
Thanks checked, it was issue with another plugin intergated.