Taxonomy
Less than 1 minute
Syntax
Taxonomy:<taxonomy-slug>:terms
Definition
Manage access controls to terms of any given taxonomy. These controls are only designed to manage access to terms and have no effect on posts that belong to them.
{
"Statement": {
"Effect": "deny",
"Resource": "Taxonomy:post_tag:terms",
"Action": [
"List",
"Assign"
]
}
}
The statement above hides all the post tags and does not allow users to assign any tag to posts.
The Taxonomy
resource supports the same list of actions as Term resource.