mfg
This commit is contained in:
9
.ddev/.global_commands/web/wp
Executable file
9
.ddev/.global_commands/web/wp
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#ddev-generated
|
||||
## Description: Run WordPress CLI inside the web container
|
||||
## Usage: wp [flags] [args]
|
||||
## Example: "ddev wp core version" or "ddev wp plugin install user-switching --activate"
|
||||
## ProjectTypes: wordpress
|
||||
## ExecRaw: true
|
||||
|
||||
wp "$@"
|
||||
Reference in New Issue
Block a user