is there anyone can suggested or give me an idea. i created a customize WordPress plugin. it was called "Spark 3cx client"
First when i login using "admin" account. I can view or access the admin dashboard. Then what i wanted is to access the same page of admin to get the same GUI but only the specific plugin will appear on sidebar, using the customize role/user credential when logged in?
is there anyone can suggested or give me an idea. i created a customize WordPress plugin. it was called "Spark 3cx client"
First when i login using "admin" account. I can view or access the admin dashboard. Then what i wanted is to access the same page of admin to get the same GUI but only the specific plugin will appear on sidebar, using the customize role/user credential when logged in?
Share Improve this question edited Aug 13, 2020 at 6:16 Rhalp Darren Cabrera asked Mar 26, 2020 at 0:39 Rhalp Darren CabreraRhalp Darren Cabrera 1131 silver badge6 bronze badges1 Answer
Reset to default 1You can a custom admin page with add_menu_page
function.
The function has a argument $capability
which you can set the which users will be able to view and access the page
add_menu_page
https://developer.wordpress/reference/functions/add_menu_page/
Roles and capabilities
https://wordpress/support/article/roles-and-capabilities/