“Submit for review” for updates on existing posts
“Submit for review” for updates on existing posts
“Submit for review” for updates on existing posts
Edit the author of custom post type
Custom capabilities to add, edit, remove users of a particular role only?
You should use different roles for this groups of users, like CPT-Editor or CPT-Reader. It is much easier to check the role and his capabilities to change on posts. To change this capabilities in the roles use a plugin, like Members, or custom code. The capability for edit, read cpt is different, in dependence of … Read more
This I have achieved without using any plugin. In admin I created custom field to fetch all the authors in the multiselect box. Here the editor can select as many author he wants. Then I added function in function.php file to fetch all the posts created by the current editor user and also by the … Read more
OK I got a quick Solution. I enable the plugin BBpress Moderation and change the following code in /wp-content/plugins/bbpressmoderation/bbpressmoderation.php FROM: /** * Before inserting a new topic/reply mark * this as ‘pending’ depending on settings * * @param array $data – new topic/reply data */ function pre_insert($data) { global $wpdb; if (@$data[‘post_status’]==’spam’) return $data; // … Read more
Role capability issue
WordPress/Woocommerce only show category in shop to a single role
How to have kind of a technical writer role in wp website
Users create/join groups