Add Settings link to wordpress plugin page

If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier for users to quickly access the plugin’s options page without having to search through the admin menu.

It is pretty simple to do, and only takes a few lines of code.

Add the following to your plugin file, within a <php> tag:

Be sure to change the your_plugin.php to the actual filename of your plugin.

Leave a Reply

Your email address will not be published. Required fields are marked *