1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-14 09:12:10 +03:00

Merge pull request #97 from grappler/patch-4

Update README.md
This commit is contained in:
Tom McFarlin 2013-10-21 11:44:35 -07:00
commit cab0e15b08

View file

@ -23,15 +23,11 @@ The WordPress Plugin Boilerplate includes the following files:
1. Copy the `plugin-name` directory into your `wp-content/plugins` directory
2. Navigate to the *Plugins* dashboard page
3. Locate the menu item that reads *Plugin Name*
3. Locate the menu item that reads *TODO*
4. Click on *Activate*
This will activate the WordPress Plugin Boilerplate. Because the Boilerplate has no real functionality, nothing will be added to WordPress; however, this demonstrates exactly how your plugin should behave while you're working with it.
If you uncomment Line 71, a new menu item will be added to the *Plugins* menu in the class file which contains the following line:
`add_action( 'admin_menu', array( $this, 'add_plugin_admin_menu' ) );`
## Recommended Tools
### Localization Tools