Differences between public and admin controllers
learnercys opened this issue · 2 comments
learnercys commented
I was looking the controllers' docs and here, and it says that there're two types of controllers but I couldn't figure out what's the differences between both types.
learnercys commented
Forget it, I think I got it, it seems that in any model the admin controllers is the one who have access to edit and create methods, and the other one only have access to the show method, right?
cyberscribe commented
Admin controllers govern the admin endpoints; public controllers govern the
publicly-viewable endpoints (i.e. not under the admin area of WordPress).
HTH!
…On 17 March 2018 at 19:33, Learnercys ***@***.***> wrote:
Forget it, I think I got it, it seems that in any model the admin
controllers is the one who have access to edit and create methods, and the
other one only have access to the show method, right?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#213 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAqV5XfZ5vPhai7DEAwivGU6PlU-BXisks5tfWUXgaJpZM4Su7F7>
.