docs: Add WP-CLI helper script and comprehensive usage guide
This commit is contained in:
10
wp-cli-helper.sh
Executable file
10
wp-cli-helper.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# WP-CLI Helper for Local WP
|
||||
# Usage: ./wp-cli-helper.sh [wp command]
|
||||
# Example: ./wp-cli-helper.sh option delete wnw_nav_tree
|
||||
|
||||
# Local WP WordPress path
|
||||
WP_PATH="/Users/dwindown/Local Sites/woonoow/app/public"
|
||||
|
||||
# Run WP-CLI with correct path
|
||||
wp "$@" --path="$WP_PATH"
|
||||
Reference in New Issue
Block a user