diff --git a/src/flextype/core/Parsers/Shortcodes/PhpShortcode.php b/src/flextype/core/Parsers/Shortcodes/PhpShortcode.php index d63e87ee..ed4c48a6 100644 --- a/src/flextype/core/Parsers/Shortcodes/PhpShortcode.php +++ b/src/flextype/core/Parsers/Shortcodes/PhpShortcode.php @@ -20,6 +20,7 @@ use Thunder\Shortcode\Shortcode\ShortcodeInterface; // Shortcode: php // Usage: (php) php code here (/php) +// (php) php code here parsers()->shortcodes()->addHandler('php', static function (ShortcodeInterface $s) { if (! registry()->get('flextype.settings.parsers.shortcodes.shortcodes.php.enabled')) { return '';