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?
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?
You must log in to post.