Syntax_Highlighter::allowed_shortcodes( array $allowed )
Description #
Add apcode
to allowed shortcode.
Parameters #
- $allowedarray (Required) Allowed shortcode.
Source #
File: addons/syntaxhighlighter/syntaxhighlighter.php
169 170 171 172 173 | public function allowed_shortcodes( $allowed ) { $allowed [] = 'apcode' ; return $allowed ; } |
Expand full source code Collapse full source code View on GitHub: addons/syntaxhighlighter/syntaxhighlighter.php:169
Add your comment