Readme spelling fixes
This commit is contained in:
@@ -178,11 +178,11 @@ After any of these actions run:
|
|||||||
|
|
||||||
##### Removing existing plugin
|
##### Removing existing plugin
|
||||||
|
|
||||||
1) remove it from composer.json with:
|
1) Remove it from composer.json with:
|
||||||
|
|
||||||
composer remove wpackagist-plugin/{plugin_name}
|
composer remove wpackagist-plugin/{plugin_name}
|
||||||
|
|
||||||
2) remove it from `"activate-plugins"` and `"update-db"` scripts.
|
2) Remove it from `"activate-plugins"` and `"update-db"` scripts.
|
||||||
|
|
||||||
3) Then run:
|
3) Then run:
|
||||||
|
|
||||||
@@ -218,7 +218,7 @@ Wiaas exposes WP CLI command which will execute pending db updates for wiaas:
|
|||||||
wp wiaas update-db
|
wp wiaas update-db
|
||||||
|
|
||||||
|
|
||||||
If your feature requires some database updates that can be easiliy executed from wordpress code, then:
|
If your feature requires some database updates that can be easily executed from wordpress code, then:
|
||||||
|
|
||||||
1) Place this update to `wiaas/includes/db-updates/wiaas-db-update-functions.php` as a function named `wiaas_db_update_{name}`
|
1) Place this update to `wiaas/includes/db-updates/wiaas-db-update-functions.php` as a function named `wiaas_db_update_{name}`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user