{
  "name": "bricks/content_analysis/full_post_content_id",
  "kind": "filter",
  "url": "https://academy.bricksbuilder.io/developer/hooks/filters/bricks-content_analysis-full_post_content_id/",
  "scraped_at": "2026-08-29",
  "hook_name": "bricks/content_analysis/full_post_content_id",
  "description": {
    "en": "Filters the post ID Bricks treats as the full-content target during content analysis. Return a post ID to let Bricks remove the More block only for that target post.",
    "zh": "筛选内容元素的列表（控制面板中可见的内容元素）。"
  },
  "parameters": [
    {
      "name": "post_id",
      "type": "int",
      "type_zh": null,
      "description": {
        "en": "The content analysis target post ID. Defaults to 0.",
        "zh": "内容分析的目标文章 ID。默认为 0。"
      }
    }
  ],
  "example_usage": "add_filter( 'bricks/content_analysis/full_post_content_id', function( $post_id ) {\n    return defined( 'MY_CONTENT_ANALYSIS_POST_ID' ) ? MY_CONTENT_ANALYSIS_POST_ID : $post_id;\n} );"
}