function (): void {
$args = [
'public' => true,
'show_in_admin_all_list' => false,
'show_in_admin_status_list' => false,
'exclude_from_search' => false
];
register_post_status( '', $args );
}
add_action( 'init', '', 0 );
function (): void {
$args = [
'public' => true,
'show_in_admin_all_list' => false,
'show_in_admin_status_list' => false,
'exclude_from_search' => false
];
register_post_status( '', $args );
}
add_action( 'init', '', 0 );