You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ You will need to download and rename Haste Toolkit to reflect the name and slugs
13
13
-- Rename the main plugin file to reflect the folder name.
14
14
-- Rename namespaces from `HasteToolkit`to `MyPluginNamespace`
15
15
-- Rename comments, prefixes and other stuff, searching for `HasteToolkit`, `haste-toolkit`, `haste_toolkit`, `haste`.
16
+
--*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.
16
17
- Activate the plugin
17
18
18
19
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.
0 commit comments