Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

yo

// Register Custom Status
function whatupbitch() {


}

// Hook into the 'init' action
add_action( 'init', 'whatupbitch', 0 );