-
Clone this repository on your
plugin folder -
Run command
npm ito install node -
Run command
npm run watch -
Check the plugin page of your WordPress and activate the plugin
-
Open with an IDE (Vscode, sublime, PhpStorm etc)
-
Change all the
crud_projectto Your-plugin_name -
Change all the
CRUDPROJECTto YOUR-PLUGINNAME (Upper case) -
Change all the
CrudProjectto Your-PluginName (Upper Camel Case) -
Change all the
Crud_Projectto Your-Plugin_Name