Created
June 17, 2020 14:15
-
-
Save agrogeek/75d8ef39dd7f27bf19da64b0e8df9bdc to your computer and use it in GitHub Desktop.
Comando de WP CLI para crear arquitectura de un bloque Gutenberg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp scaffold block <slug-block> --title="<title-block>" --category=<category> --theme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detalles en: https://developer.wordpress.org/block-editor/tutorials/block-tutorial/generate-blocks-with-wp-cli/