Revision #2 has been created by Bob G on Nov 26, 2013, 2:09:38 AM with the memo:
updated hierarchy
« previous (#1) next (#3) »
Changes
Title
unchanged
WordPress Role Based Authentication in Yii
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
users, access control, roles, Role based access control, wordpress
Content
changed
[...]
),
}
?>
```
### All done
Voila! You will now be able to specify WordPress capabilities to limit access to certain features, all inside of your main controller class!
------------------