{
  "name": "bricks/content/tag",
  "kind": "filter",
  "url": "https://academy.bricksbuilder.io/developer/hooks/filters/filter-bricks-content-tag/",
  "scraped_at": "2026-08-29",
  "hook_name": "bricks/content/tag",
  "description": {
    "en": "The bricks/content/tag filter lets you set the HTML tag for the #brx-content node that your Bricks content data is wrapped in. Make sure the HTML tag you return is an allowed HTML tag . Parameters: Return:",
    "zh": "允许你为 Bricks 自定义 CSS 类系统添加新类。该筛选器接收自定义 CSS 类的描述、设置和回调等。"
  },
  "since": "1.11.1",
  "example_usage": "add_filter( 'bricks/content/tag', function( $tag ) {\n    // Set #brx-content tag to 'div' (default: main)\n    return 'div';\n} );"
}