TML is overriding contributor capabilities
-
Hi there,
I have these two capabilities assigned to the
contributor
role:delete_posts
delete_published_posts
I’m using
get_delete_post_link( get_the_ID() );
in the posts loop. When a contributor clicks the delete link, they’re redirected to theyour-profile.php
page, instead of having the post moved to the trash.When I deactivate TML, the link works, and the post is sent to the trash. I’m not sure what component of TML is overriding, or blocking, the
delete_published_posts
capability for mycontributor
role. No other plugins are active when I repro this.Cheers
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘TML is overriding contributor capabilities’ is closed to new replies.