• Resolved oanhtran1804

    (@oanhtran1804)


    I 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author finnj

    (@finnj)

    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 8 years ago by finnj.
    Thread Starter oanhtran1804

    (@oanhtran1804)

    Thanks checked, it was issue with another plugin intergated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin seem not work’ is closed to new replies.