Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Last active October 7, 2018 23:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wpscholar/1227688 to your computer and use it in GitHub Desktop.
Save wpscholar/1227688 to your computer and use it in GitHub Desktop.
Add a settings link to your WordPress plugin
@pbezant
Copy link

pbezant commented Oct 7, 2018

How would one call this?
add_filter( "plugin_action_links", plugin_basename(__FILE__), 'add_settings_link' );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment