Editor::apcode_cb( array $matches )

Description #

Callback for replacing apcode shortcode.

Parameters #

  • $matches
    array (Required) Matches.

Source #

File: lib/form/class-editor.php

	public function apcode_cb( $matches ) {
		return '[apcode' . $matches[3] . ']' . esc_html( $matches[5] ) . '[/apcode]';
	}

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