Syntax_Highlighter::allowed_shortcodes( array $allowed )

Description #

Add apcode to allowed shortcode.

Parameters #

  • $allowed
    array (Required) Allowed shortcode.

Changelog #

VersionDescription
4.1.8Introduced.

Source #

File: addons/syntaxhighlighter/syntaxhighlighter.php

	public function allowed_shortcodes( $allowed ) {
		$allowed[] = 'apcode';

		return $allowed;
	}

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