Custom User Roles
-
Not sure if this a bug or the ability just isn’t built in but any users assigned a custom role can’t be added as author or co-authors, the search only brings up users with standard roles. For example:
$ct_add_agent_role = add_role( 'agent', __('Agent', 'contempo'), array( 'read' => true, 'publish_posts' => true, 'edit_posts' => true, 'edit_published_posts' => true, 'delete_posts' => true, 'delete_published_posts' => true, 'upload_files' => true, ) );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom User Roles’ is closed to new replies.