Re-registering a custom post type not working (not showing up)

function custom_post_type() {

custom postcode here

}

add Action hook at the end of functions

add_action( ‘init’, ‘custom_post_type’, 0 );