• According to the Codex there is a build in way to allow Authors to edit their own published posts:

    edit_published_posts
    ? Since 2.0
    ? User can edit their published posts. This capability is off by default.
    ? The core checks the capability edit_posts, but on demand this check is changed to edit_published_posts.

    However I did not find where I could change this. Is it in a php file? Do I add a filter to functions.php? Is it set in Mysql?

    I really would like to avoid using another plugin.

    regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • I believe the value is in the wp_options table under the option_name “wp_user_roles.” I haven’t seen an easy way to edit the values there other than with a plugin, but there may be one.

    You could always install the plugin, make the changes, and then delete the plugin, since the values are retained in the database.

    Thread Starter Magistar

    (@magistar)

    Hmm I would assume you can add a filter or something. But codex is really unclear on this topic :(.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘edit_published_posts change to true?’ is closed to new replies.