Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    When you send to register_post_type() a unique capability_type parameter, you should remember that you need to grant at least to ‘administrator’ role related set of unique user capabilities, like this:
    edit_<capability_type>s
    edit_others_
    edit_private_
    delete_
    delete_others_
    delete_private_
    delete_published_
    publish_
    read_private_
    which provide full access to this custom post type.
    WordPress does not create such custom capabilities. You have to create/add them by program or manually via URE.

    Thread Starter rubensfast

    (@rubensfast)

    Thank you!

    I found out it was the new editor Guttenberg, I disabled him and everything worked!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Console 403 (Forbidden)’ is closed to new replies.