Pending status by default for a specific role
The following code can go in the functions.php file of your theme. However, this kind of operation should not really be bound to a theme. Changing themes would allow the users with your specific role to publish again. Therefore, just put the code in simple plugin. <?php /** * Plugin Name: My specific roles and … Read more