{
  "name": "bricks/form/create_post/meta_value",
  "kind": "filter",
  "url": "https://academy.bricksbuilder.io/developer/hooks/filters/filter-bricks-form-create_post-meta_value/",
  "scraped_at": "2026-08-29",
  "hook_name": "bricks/form/create_post/meta_value",
  "description": {
    "en": "This filter is used within the Create post form action in Bricks. It allows developers to alter the meta values of new posts created from form submissions before they are saved to the database. Functionality: This filter activates during the execution of the ‘Create Post’ action. It provides an opportunity to modify the meta values based on custom logic or specific project requirements. This can include data formatting, validation, files handling, or applying conditional transformations to the meta values. Example Usage: In this example, the filter modifies the value of the meta key ‘my_meta_key’ using a custom function transform_meta_value . Parameters: Return:",
    "zh": "Bricks 1.4 引入了 bricks/indexer/source/save 钩子，允许你修改自定义索引器数据源的保存逻辑。"
  },
  "example_usage": null
}