Update FILTERS.md

This commit is contained in:
Tetrakern 2024-03-08 22:59:18 +01:00
parent e571a7a158
commit 4a386f5188

View File

@ -565,7 +565,7 @@ Filters the intermediate output array for meta box fields before it is imploded
Filters the sanitized POST meta box fields before they are saved, see `_meta_fields.php`. The dynamic part of the hook can be `story`, `chapter`, `advanced`, `support_links`, `post`, `collection`, and `recommendation`.
**Parameters:**
* $output (array) Captured HTML of meta fields to be rendered.
* $fields (array) Meta fields to be saved.
* $post_id (int) The post ID.
---