Skip to content

Adding attribute_post_type does not allow you to attribute_post_type #111

@tomjn

Description

@tomjn

Because of a user cap meta filter, this capability is never actually checked for and is overriden by:

$user_caps[ $cap ] = user_can( $user->ID, $post_type_caps->edit_others_posts );

This means it's not possible for an author to write a post with guest authors, even if they have the attribute_post_type capability

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions