Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Hi,

    cf-google-sheets plugin uses’ manage_options for its menu item directly at the PHP code:

    
    cf-google-sheets.php:166:      add_submenu_page( 'caldera-forms', __( 'Google Sheets', 'cfgsconnector' ), '<span class="caldera-forms-menu-dashicon"><span class="dashicons dashicons-media-spreadsheet"></span>' . __( 'Google Sheets', 'cfgsconnector' ) . '</span>', 'manage_options', 'caldera-forms-google-sheet-config', array( $this, 'google_sheet_config' ) );
    

    You can not change this via custom filter, e.g. you made for Caldera Forms itself.

    Thread Starter nickdsv

    (@nickdsv)

    Does that mean I can’t enable it for it for our ‘editor’ role and I need to make them an ‘admin’?

    Thanks for your time.

    • This reply was modified 3 years, 10 months ago by nickdsv.
    Plugin Author Vladimir Garagulya

    (@shinephp)

    If you add ‘manage_options’ to ‘editor’ role it will get access to it. But you it also will get access to the ‘Settings’ menu and some other plugins. You will have look for a way to block for this role the unneeded access, like “Admin menu access” add-on of URE Pro or “Admin menu editor” plugin, etc.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Allow access to the Caldera Google Integration Plugin’ is closed to new replies.