1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-18 19:22:10 +03:00

Update README.md

This is not valid any more
This commit is contained in:
Ulrich Pogson 2013-10-21 20:30:26 +02:00
parent 25c4fdcf70
commit 74b89e2fee

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 1. Copy the `plugin-name` directory into your `wp-content/plugins` directory
2. Navigate to the *Plugins* dashboard page 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* 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. 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 ## Recommended Tools
### Localization Tools ### Localization Tools