Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allysonsouza authored Mar 30, 2020
1 parent e63a6ab commit 5a06c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ You will need to download and rename Haste Toolkit to reflect the name and slugs
- - Rename the main plugin file to reflect the folder name.
- - Rename namespaces from `HasteToolkit`to `MyPluginNamespace`
- - Rename comments, prefixes and other stuff, searching for `HasteToolkit`, `haste-toolkit`, `haste_toolkit`, `haste`.
- - *Important:* rename the namespace in `composer.json`. The classes autoloader will use the values in that file to search for classes to include in the autoload generation.
- Activate the plugin

The plugin will do nothing, so you're able to start developing your functionalities in the way you want. The main plugin file is responsible to register the plugin, load the translation, load the composer PSR-4 autoload, and require the `functions.php` file.
Expand Down

0 comments on commit 5a06c69

Please sign in to comment.