{
  "name": "bricks/auth/custom_reset_password_redirect",
  "kind": "filter",
  "url": "https://academy.bricksbuilder.io/developer/hooks/filters/filter-bricks-auth-custom_reset_password_redirect/",
  "scraped_at": "2026-08-29",
  "hook_name": "bricks/auth/custom_reset_password_redirect",
  "description": {
    "en": "This filter provides a way to change the redirect page ID for the reset password page. Parameters: Return:",
    "zh": "此筛选器提供了修改“重置密码”页重定向页面 ID 的方法。参数：返回值："
  },
  "example_usage": "add_filter( 'bricks/auth/custom_reset_password_redirect', function( $selected_reset_password_page_id ) {\n    return /* New reset password page ID */;\n});"
}