Viewing 1 replies (of 1 total)
  • Plugin Author TylerDigital

    (@tylerdigital)

    I looked into the plugin you’re using and it appears to be tied into the “activate_plugins” capability for some reason. You would have to edit that plugin directly. In swp-testimonial.php you’d need to edit this line:

    add_menu_page(‘Testimonials’, ‘Testimonials’, ‘activate_plugins’, ‘testimonial’, ‘_fnDemoRenderListPage’, plugins_url(‘images/icon.png’, __FILE__));

    and replace ‘activate_plugins’ with ‘manage_options’

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘How to unhide a plugin's page?’ is closed to new replies.