Deprecated

This function has been deprecated.

ap_sanitize_description_field_code_content( array $matches )

Description #

Callback used in @see ap_sanitize_description_field().

Parameters #

  • $matches
    array (Required) Matched strings.

Changelog #

VersionDescription
4.1.0Introduced.

Source #

File: includes/deprecated.php

function ap_sanitize_description_field_code_content( $matches ) {
	return '<code>' . esc_html( $matches[1] ) . '</code>';
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment