Viewing 1 replies (of 1 total)
  • Hi Amy,

    By default, the plugin requires the manage_options capability, which only Administrators have. The following gist is adapted from my Restaurant Reservations plugin, but Business Profile works in a nearly identical way so this should work.

    Basically, this gist changes the capability required to manage the Business Profile settings. This should allow someone with an Editor role to access and change these settings.

    https://gist.github.com/NateWr/ba547879b3e6357cc3a47d8666f134eb

    This is basically a micro-addon plugin. To use it, click the Download Gist button, unpack the .zip file and upload the .php file to your /wp-content/plugins/ directory. You can then activate the plugin from the Plugins page in your WordPress admin area.

    Please beware that this code has not been tested. If you run into problems, simply record any error notice you receive and remove the plugin file from your /wp-content/plugins/ directory.

Viewing 1 replies (of 1 total)
  • The topic ‘Editor can’t see Business Profile in left menu when White Label CMS is activate’ is closed to new replies.