Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 313 Bytes

wp-bin

Helpful bash commands for WordPress themes and plugins.

Usage

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