Non-Admin role able to add/mange locations
-
Hi!
I have tried to find an answer to this question but without luck, so i thought you guys might be able to help me!I wonder if it is possible to give (i.e.) the Editor role permission to see the Store Locator in the backend area?
Lets say if i use a code like this (in the function.php file):
$role_object = get_role( 'editor' ); $role_object->add_cap( 'manage_store_locator' );
or something like that to give the Editor role this permission. Is this possible?
I’ve also tried to find the cap for Store Locator but havnt found any info regarding this.I have tried to use the plugin “User Role Editor” and givin the Editor role full access, but even if i have done that the Store Locator button wont show up.
It seems only the Administrator role is able to see the Store Locator in the backend.Any ideas?
Thanks
- The topic ‘Non-Admin role able to add/mange locations’ is closed to new replies.