{
  "name": "bricks/element/render_attributes",
  "kind": "filter",
  "url": "https://academy.bricksbuilder.io/developer/hooks/filters/filter-bricks-element-render_attributes/",
  "scraped_at": "2026-08-29",
  "hook_name": "bricks/element/render_attributes",
  "description": {
    "en": "Starting with Bricks 1.3.7 you may manipulate the HTML** **attributes of a given element using the following filter: The filter callback receives 3 arguments: Since Bricks 1.4, if you need to get access to the $is_frontend value (whether the element is rendering in the frontend or in the builder), please use the global function bricks_is_frontend() . Since Bricks 1.5, the $settings and $name arguments are deprecated. You may use the callback 3rd argument to get those: $element->settings and $element->name .",
    "zh": "使用此筛选器来自定义 Bricks 中的元素类别。"
  },
  "example_usage": null
}