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
Notice the cd wp-content/pluginstouch example-plugin.php
Running that command doesn't achieve the desired results (" navigate to the wp-content/plugins directory, and create a single PHP file called example-plugin.php.")
Screenshots or screen recording (optional)
Other information (optional)
The command should be likely updated to something like
cd wp-content/plugins && touch example-plugin.php
The text was updated successfully, but these errors were encountered:
If this is reporting an issue, can you confirm/reproduce the issue? Yes:
What should happen next to apply the feedback?:
Implement @ciampo's proposed change, and add another ampersand (&) to the snippet below the line “To create your first plugin, navigate to the wp-content/plugins directory, and create a single PHP file called example-plugin. php.”
The correct snippet should be: cd wp-content/plugins && touch example-plugin.php
Type of feedback
Typo in learning material
Description
The contents of the tutorial page available at https://learn.wordpress.org/lesson/plugin-requirements/ contain a bug
Step-by-step reproduction instructions (optional)
cd wp-content/pluginstouch example-plugin.php
Screenshots or screen recording (optional)
Other information (optional)
The command should be likely updated to something like
cd wp-content/plugins && touch example-plugin.php
The text was updated successfully, but these errors were encountered: