From be48242cf111cd3fd1630a0fb87d572683aa299e Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:35:57 +0100 Subject: [PATCH] Update FILTERS.md --- FILTERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FILTERS.md b/FILTERS.md index c23d37bb..4c5bc9fe 100644 --- a/FILTERS.md +++ b/FILTERS.md @@ -95,6 +95,7 @@ Filters the array of breadcrumb tuples inside the `fictioneer_get_breadcrumbs( $ Filters the intermediate output array of the card control icons inside the `fictioneer_get_card_controls( $story_id, $chapter_id )` function before being rendered. Note that card controls will not be rendered without a story ID. **$icons:** +* $sticky (string) – HTML of the sticky icon (if enabled). * $reminder (string) – HTML of the Reminder icon (if enabled). * $follow (string) – HTML of the Follow icon (if enabled). * $checkmark (string) – HTML of the checkmark icon (if enabled).