mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
defining a section to provide links for recommended tools
This commit is contained in:
parent
b1abaee963
commit
68283b2478
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ A new menu item will be added to the *Plugins* menu if you uncomment Line 71 in
|
|||
|
||||
`add_action( 'admin_menu', array( $this, 'add_plugin_admin_menu' ) );`
|
||||
|
||||
## Recommended Tools
|
||||
|
||||
* Localization Tools
|
||||
* GitHub Plugin Updater
|
||||
|
||||
## License
|
||||
|
||||
The WordPress Plugin Boilerplate is licensed under the GPL v2 or later.
|
||||
|
|
Loading…
Reference in a new issue