Core Function
View Source on Trac ↗ clean_pre()
clean_pre( mixed $matches ) Accepts matches array from preg_replace_callback in wpautop() or a string.
Parameters 1 required
| Name / Type | Description |
|---|---|
| (array | | string) $matches The array or string Required |
Return Value
(string)
The pre block without paragraph/line break conversion.
Function Information
Since Version
1.2.0
Source File
wp-includes/deprecated.php
Advertisement