• I would like to change the authors capabilities. so I added some code in the function.php:

    $edit_author= get_role('author');
    $edit_author->remove_cap('delete_posts');

    but this does not really have effect. any suggestions?

  • The topic ‘changing capabilities does not work’ is closed to new replies.