Helpful bash commands for WordPress themes and plugins.
source the commands in your script.
#!/bin/bash
# Include useful functions
source "$(dirname "$0")/wp-bin/wp-bin.sh"
Utility functions can be found in bin/utils
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Helpful bash commands for WordPress themes and plugins.
source the commands in your script.
#!/bin/bash
# Include useful functions
source "$(dirname "$0")/wp-bin/wp-bin.sh"
Utility functions can be found in bin/utils