HTTP/2 301
server: nginx
date: Sat, 11 Oct 2025 21:17:48 GMT
content-type: text/html; charset=UTF-8
location: https://developer.wordpress.org/reference/functions/__return_null/
x-content-type-options: nosniff
content-language: en
x-ua-compatible: IE=Edge
vary: Accept-Encoding, Cookie
expires: Thu, 01 Jan 1970 00:00:00 GMT
cache-control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
alt-svc: h3=":443"; ma=86400
strict-transport-security: max-age=31536000
HTTP/2 200
server: nginx
date: Sat, 11 Oct 2025 21:17:49 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link:
; rel="https://api.w.org/"
link:
; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 2
__return_null() – Function | Developer.WordPress.org
__return_null(): null
Useful for returning null to filters easily.
function __return_null() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore,PHPCompatibility.FunctionNameRestrictions.ReservedFunctionNames.FunctionDoubleUnderscore
return null;
}
View all references View on Trac View on GitHub
Version | Description |
---|
3.4.0 | Introduced. |
Add a filter on `example_filter` that returns null.