• Hello there,

    I’m trying to remove some capabilities to team managers – to post articles and create events.

    In the themes’ functions file, I tried adding some code:

    global $wp_roles;
    	$wp_roles->remove_cap( 'team manager', 'publish_posts' );

    Did I targeted the role correctly?

    Many thanks,
    Andrei

    https://www.ads-software.com/plugins/sportspress/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘team manager – remove capabilities’ is closed to new replies.