I want to add a “Settings” link to my plugin options page. This link appear in plugin list page beside of Activate or Deactivate link. How can I achieve it?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To add a settings link in your plugin actions, you can use the
plugin_action_links
filter. Add the following code in your plugins main file.Replace ‘your-plugin-settings’ with the actual settings page slug for your plugin.