File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The main plugin file `wpcli-demo-plugin.php` is the starting point that we can u
4949
5050Inside the main plugin file lets now reference the new post type we just created.
5151
52- Open in your favourite text editor the file ` wpcli-demo-plugin.php `
52+ Open in your favorite text editor the file ` wpcli-demo-plugin.php `
5353and under the line saying "your code starts here" add the following:
5454
5555```
@@ -60,7 +60,7 @@ require('post-types/books.php');
6060### Step 4 - Activate the plugin
6161
6262You can now use two wp-cli commands to check the list of plugins and activate your newly created plugin.
63- ` wp plugin list ` and ` wp plugin activate ` . The first command lists all plguins installed while the second
63+ ` wp plugin list ` and ` wp plugin activate ` . The first command lists all plugins installed while the second
6464activates a given plugin.
6565
6666```
You can’t perform that action at this time.
0 commit comments