HTTP/2 301
server: nginx
date: Sun, 28 Dec 2025 06:34:07 GMT
content-type: text/html; charset=UTF-8
x-olaf: ⛄
vary: accept, content-type
x-redirect-by: WordPress
location: https://developer.wordpress.org/reference/functions/unregister_block_pattern/
x-frame-options: SAMEORIGIN
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
HTTP/2 200
server: nginx
date: Sun, 28 Dec 2025 06:34:08 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 1
unregister_block_pattern() – Function | Developer.WordPress.org
unregister_block_pattern( string $pattern_name ): bool
Unregisters a block pattern.
$pattern_namestringrequiredBlock pattern name including namespace.
bool True if the pattern was unregistered with success and false otherwise.
| Version | Description |
|---|
| 5.5.0 | Introduced. |
Example code to remove pattern,
Example code to remove specific patterns registered in core,