Authors suddenly can’t remove themselves from posts

[ad_1]

Hi @alefnula,

Thanks for reaching out! Yes, that was introduced as a security measure to avoid any unprivileged author publishing content in the name of others. Latest release (4.7.10) includes a hook so you can bypass that constraint. Just add this snippet to the Custom PHP option in the Authors > Settings > Advanced screen (or any other place you prefer, like in your child theme’s functions.php file):

add_filter( 'authorship/post_as_other_author', '__return_true' );

That should do it!

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer