FEATURES Show offline posts in all post list

This commit is contained in:
Nonimart 2025-06-17 15:35:34 +02:00
parent 1026c2566c
commit f778a43bd2

View File

@ -50,7 +50,7 @@ function custom_post_status()
{
register_post_status('offline', array(
'label' => __('Hors ligne', 'metiers-patrimoine-theme'),
'public' => false,
'public' => true,
'exclude_from_search' => false,
'show_in_admin_all_list' => true,
'show_in_admin_status_list' => true,