Validate::code_content( array $matches )

Description #

Callback for replacing contents inside <code> tag.

Parameters #

  • $matches
    array (Required) Matches.

Source #

File: lib/class-validate.php

	private static function 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