Post Status Generator December 7, 2021 Public Kelsey Whytock Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Post Status Generator // Register Custom Status function custom_post_status() { } add_action( 'init', 'custom_post_status', 0 );