docs: fix wrong hook description line

This commit is contained in:
iniznet 2024-10-14 23:56:33 +07:00
parent 2979a030b4
commit 7604be147f

View File

@ -570,7 +570,7 @@ List page template hook. Fires right after the last list item in the `'fictionee
---
### `do_action( 'fictioneer_collection_footer', $args )`
Fires immediately after the HTML output of the tooltip is created to collect tooltip content for footnotes in the `_setup-shortcodes.php` file.
Fires right after opening the articles `<footer>` container in the `single-fcn_collection.php` template.
**$args:**
* $collection (WP_Post) Post object of the collection.
@ -584,7 +584,7 @@ Fires immediately after the HTML output of the tooltip is created to collect too
---
### `do_action( 'fictioneer_collect_footnote', $args )`
Fires right after opening the articles `<footer>` container in the `single-fcn_collection.php` template.
Fires immediately after the HTML output of the tooltip is created to collect tooltip content for footnotes in the `_setup-shortcodes.php` file.
**$args:**
* $footnote_id (int) Unique identifier for the footnote.