Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Pau Iglesias

    (@pauiglesias)

    Hi agrau,

    Sorry there is currently no support for non-administrators, if you want to edit manually the capability is located in:
    /core/plugin.php

    This line defines the scope of user role:
    const capability = ‘manage_options’;

    You can change for example to ‘edit_pages’ to allow editors access to the plugin. More info here:
    https://codex.wordpress.org/Roles_and_Capabilities

    Please do not forget to add a review if you like this plugin 😉

    Regards,
    Pau

    Thread Starter agrau

    (@agrau)

    Gràcies, Pau!!! Intentaré tocar el codi… 😉

    A.

    Plugin Contributor Pau Iglesias

    (@pauiglesias)

    De res 🙂

    Thread Starter agrau

    (@agrau)

    Genial!!! Funciona a la perfecció!!!

    Great!!! I works!!!

    Thank you!

    Anna

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

The topic ‘Roles and capabilities’ is closed to new replies.