Deprecated
This function has been deprecated.
ap_sanitize_description_field_pre_content( array $matches )
Description #
Callback used in @see ap_sanitize_description_field()
.
Parameters #
- $matchesarray (Required) Matched strings.
Source #
File: includes/deprecated.php
function ap_sanitize_description_field_pre_content( $matches ) { return '<pre>' . esc_html( $matches[1] ) . '</pre>'; }
Expand full source code Collapse full source code View on GitHub: includes/deprecated.php:382
Add your comment