• Resolved MorgunovVit

    (@morgunovvit)


    Could you help me? How about the plugin settings access permissions? I would like to give access to the main plugin settings to certain user groups. But I haven’t found where this can be configured.

Viewing 1 replies (of 1 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hello!

    You can adjust TSF’s settings capability by adding the following constant definition to your wp-config.php file or a mu-plugin.

    define( 'THE_SEO_FRAMEWORK_SETTINGS_CAP', 'manage_options' );
    

    You’ll have to change manage_options, which is defined at Roles and Capabilities.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin general settings access permissions’ is closed to new replies.