• Resolved Craig Gribble

    (@thc8892)


    How can I restrict specific User access to the plugin in WordPress admin? I only want Admin users to have access.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support eugenecleantalk

    (@eugenecleantalk)

    Hello Craig.

    Unfortunately, our plugin does not have this feature. You have several approaches:

    1. Use a user role and capability management plugin. It allows you to customize user roles and capabilities in detail.
    2. Use plugins specifically for access control. It limits dashboard or plugin access based on roles or users.
    3. Custom PHP code to restrict access. You can add custom code in your theme’s functions.php file. For example, you can check the current user’s ID or email and redirect them away from the plugin settings page.

    Did this information help?

    Plugin Support dimitrycleantalk

    (@dimitrycleantalk)

    Hello.
    We haven’t heard back from you in a few days, so I’m going to mark this topic as “resolved”.
    If you have any further questions, you can start a new topic or contact us via our private Ticket System: https://cleantalk.org/my/support/open.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘User Restriction’ is closed to new replies.