Update ACTIONS.md

This commit is contained in:
Tetrakern 2024-10-13 02:01:25 +02:00
parent 7b7ece7230
commit 0c69dcedeb

View File

@ -175,7 +175,7 @@ Fires right before the comment section outside the `<article>` but still within
---
### `do_action( 'fictioneer_body', $args )`
Fires after `wp_body_open()` in the `<body>` right before the inline storage element (for scripts) and notifications, outside the layout. Normally includes the modals and mobile menu.
Fires after `wp_body_open()` in the `<body>` right before the notifications container element, outside the layout. Normally includes the mobile menu.
**$args:**
* $post_id (int|null) Current post ID. Unsafe.