Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Created August 25, 2021 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpscholar/011b471fdc48a5a5d9cd577b4d9ebe86 to your computer and use it in GitHub Desktop.
Save wpscholar/011b471fdc48a5a5d9cd577b4d9ebe86 to your computer and use it in GitHub Desktop.
WP-CLI Script menu creation
wp menu create "Footer Primary Menu"
wp menu item add-custom footer-primary-menu "Item 1" "#"
wp menu item add-custom footer-primary-menu "Item 2" "#"
wp menu item add-custom footer-primary-menu "Item 3" "#"
wp menu location assign footer-primary-menu footer-primary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment