Skip to content

[Backport v25-branch] docs: clarify WordPress 404 page caching#1220

Merged
mikelittle merged 1 commit into
v25-branchfrom
backport-1188-to-v25-branch
Jul 10, 2026
Merged

[Backport v25-branch] docs: clarify WordPress 404 page caching#1220
mikelittle merged 1 commit into
v25-branchfrom
backport-1188-to-v25-branch

docs: clarify WordPress 404 page caching

982abe2
Select commit
Loading
Failed to load commit list.
HM Linter / hmlinter failed Jul 9, 2026 in 2m 10s

hmlinter checks failed

5 errors

Request details

  • GitHub Event ID: e0300420-7bbb-11f1-8c63-fbf4feb36162
  • API Gateway ID: 381d2511-bdda-44fa-828a-6925e3b7d3ed
  • Lambda ID: 9ae41512-8056-4510-a9b6-94bc34af551a
  • Log Stream: 2026/07/09/[$LATEST]3f95dde944bb43d3b6945c855d78454c

Annotations

Check failure on line 35 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/session_handler/class-disallowed-session-handler.php#L35

PHP syntax error: syntax error, unexpected '|', expecting ';' or '{'
Raw output
{
  "line": 35,
  "column": 1,
  "severity": "error",
  "message": "PHP syntax error: syntax error, unexpected '|', expecting ';' or '{'",
  "source": "Generic.PHP.Syntax.PHPSyntax"
}

Check failure on line 35 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/session_handler/class-disallowed-session-handler.php#L35

Expected 1 space before "|"; 0 found
Raw output
{
  "line": 35,
  "column": 41,
  "severity": "error",
  "message": "Expected 1 space before \"|\"; 0 found",
  "source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore"
}

Check failure on line 35 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/session_handler/class-disallowed-session-handler.php#L35

Expected 1 space after "|"; 0 found
Raw output
{
  "line": 35,
  "column": 41,
  "severity": "error",
  "message": "Expected 1 space after \"|\"; 0 found",
  "source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter"
}

Check failure on line 46 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/session_handler/class-disallowed-session-handler.php#L46

Expected 1 space before "|"; 0 found
Raw output
{
  "line": 46,
  "column": 43,
  "severity": "error",
  "message": "Expected 1 space before \"|\"; 0 found",
  "source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore"
}

Check failure on line 46 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/session_handler/class-disallowed-session-handler.php#L46

Expected 1 space after "|"; 0 found
Raw output
{
  "line": 46,
  "column": 43,
  "severity": "error",
  "message": "Expected 1 space after \"|\"; 0 found",
  "source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter"
}