Post Status Generator

// Register Custom Status function custom_post_status() { } add_action( 'init', 'custom_post_status', 0 );