Update FILTERS.md

This commit is contained in:
Tetrakern 2024-03-01 13:29:02 +01:00
parent fc7fc2ac2e
commit 32d507da76

View File

@ -156,7 +156,7 @@ Filters the default chapter formatting settings. The passed array is empty becau
---
### `apply_filters( 'fictioneer_filter_chapter_identity', $output, $args )`
Filters the intermediate output array in the `_chapter_-header.php` partial before it is imploded and rendered. Contains the HTML for the story link, chapter title (safe), and author meta nodes (see `fictioneer_get_chapter_author_nodes()`). Any of these items may be missing depending on the chapters configuration.
Filters the intermediate output array in the `_chapter-header.php` partial before it is imploded and rendered. Contains the HTML for the story link, chapter title (safe), and author meta nodes (see `fictioneer_get_chapter_author_nodes()`). Any of these items may be missing depending on the chapters configuration.
**$output:**
* $link (string) HTML for the story back link. Unsafe.