Editor::apcode_cb( array $matches )
Description #
Callback for replacing apcode shortcode.
Parameters #
- $matchesarray (Required) Matches.
Source #
File: lib/form/class-editor.php
public function apcode_cb( $matches ) {
return '[apcode' . $matches[3] . ']' . esc_html( $matches[5] ) . '[/apcode]';
}
Expand full source code Collapse full source code View on GitHub: lib/form/class-editor.php:164
Add your comment