{
  "name": "bricks/auth/custom_lost_password_redirect",
  "kind": "filter",
  "url": "https://academy.bricksbuilder.io/developer/hooks/filters/filter-bricks-auth-custom_lost_password_redirect/",
  "scraped_at": "2026-08-29",
  "hook_name": "bricks/auth/custom_lost_password_redirect",
  "description": {
    "en": "This filter enables the modification of the redirect page ID for the lost password page. Parameters: Return:",
    "zh": "此筛选器允许修改“忘记密码”页的重定向页面 ID。参数：返回值："
  },
  "example_usage": "add_filter( 'bricks/auth/custom_lost_password_redirect', function( $selected_lost_password_page_id ) {\n    return /* New lost password page ID */;\n});"
}