From 47ef9ef1ea21acf6c33143e09b2064a27b5e8c29 Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:58:02 +0200 Subject: [PATCH] Update FILTERS.md --- FILTERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FILTERS.md b/FILTERS.md index 77155f3c..7a3872b2 100644 --- a/FILTERS.md +++ b/FILTERS.md @@ -1382,6 +1382,8 @@ Filters the arguments passed to the `partials/_card-story` template part in the * $order (string) – Current query order argument. Default 'desc'. * $orderby (string) – Current query orderby argument. Default 'modified'. * $ago (int|string) – Current date query argument part. Default 0. +* $show_latest (boolean|null) – Whether to show the latest chapters. Default `false`. +* $hide_author (boolean|null) – Whether to hide the author. Default `false`. **$args:** * $current_page (int) – Current page if paginated or `1`.