Role taxonomy rules
Role Taxonomy Rules is a plugin that lets you define rules for user roles to assign taxonomies when creating new posts
by Jason Lawton <jason@jasonlawton.com> · github.com/phoopee3/role-taxonomy-rules
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/phoopee3/role-taxonomy-rules/archive/refs/heads/main.zipFrom the readme
Role Taxonomy Rules
Role Taxonomy Rules is a plugin that lets you define rules for user roles to assign taxonomies when creating new posts
The use case is for a site with specific roles that post to the site. Let's say there's a sports reporter role.
When they create a new post on the site, we want it to automatically tag the post with the sports category.
With this plugin, we can define rules to make that happen.
Changelog
1.2.0
Add support for "Any" role
1.0
Initial version