Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Face-zone

if ( ! function_exists('custom_post_status') ) {

// Register Custom Status
function custom_post_status() {

}
add_action( 'init', 'custom_post_status', 0 );

}