From 3ef3060ebd8012a465ba47be4395f7c6668e4eca Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:54:52 +0200 Subject: [PATCH] Update CUSTOMIZE.md --- CUSTOMIZE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md index b92dba2a..cc854188 100644 --- a/CUSTOMIZE.md +++ b/CUSTOMIZE.md @@ -442,7 +442,7 @@ function child_treat_scheduled_chapters_as_published( $statuses ) { return $statuses; } -add_filter( 'fictioneer_filter_chapter_list_statuses', 'child_treat_scheduled_chapters_as_published' ); +add_filter( 'fictioneer_filter_simple_chapter_list_items_statuses', 'child_treat_scheduled_chapters_as_published' ); add_filter( 'fictioneer_filter_chapter_index_popup_menu_statuses', 'child_treat_scheduled_chapters_as_published' ); add_filter( 'fictioneer_filter_chapter_nav_buttons_allowed_statuses', 'child_treat_scheduled_chapters_as_published' ); add_filter( 'fictioneer_filter_get_story_data_indexed_chapter_statuses', 'child_treat_scheduled_chapters_as_published' );