skip to Main Content

WordPress Error while developing a plugin -"You do not have sufficient permissions to access this page." – Oscommerce

I have just started learning wordpress plugin development and got this error when I access the my plugin menu from admin. Here is the code: importer.php //*************** Admin function *************** function oscimp_admin() { include('importer_admin.php'); } function oscimp_admin_actions() { add_options_page("OSCommerce Product…

VIEW QUESTION
Back To Top
Search