Notice: the LowLevel Shortcode Processor is not invoked by the do_shortcode function! If you need shortcode processing in other content section, you should consider to use the legacy version or add custom filters!', 'enlighter'); ?>
_settingsUtility->displaySelect( __('Processor', 'enlighter'), 'shortcode-mode', array( 'disabled' => __('Disable Shortcodes', 'enlighter'), 'modern' => __('Enlighter Low-Level (recommended)', 'enlighter'), 'legacy' => __('Legacy (WordPress based)', 'enlighter'), ), array( 'description' => __('WordPress provides a build-in Shortcode-API used by all major plugins. This function will cause issues when using it within the text editor and unescaped html characters - especially when posting source-code! To avoid such issues, Enlighter provides its own, fault tolerant, shortcode processor. Applies only to Enlighter shortcodes!', 'enlighter') ) ); ?> _settingsUtility->displayCheckbox( __('Inline syntax highlighting', 'enlighter'), 'shortcode-inline', array( 'label' => __('Enable', 'enlighter'), 'description' => __('Should shortcodes without linebreaks insinde handled as inline-code?', 'enlighter') )); ?> _settingsUtility->displayCheckbox( __('Generic shortcode', 'enlighter'), 'shortcode-type-generic', array( 'label' => __('Enable', 'enlighter'), 'description' => __('Do you want to use generic [enlighter] shortcode?', 'enlighter') )); ?> _settingsUtility->displayCheckbox( __('Language shortcodes', 'enlighter'), 'shortcode-type-language', array( 'label' => __('Enable', 'enlighter'), 'description' => __('Do you want to use language shortcodes like [js] ? Disable it when your using other plugins which uses such shortcodes!', 'enlighter') )); ?> _settingsUtility->displayCheckbox( __('Codegroup shortcode', 'enlighter'), 'shortcode-type-group', array( 'label' => __('Enable', 'enlighter'), 'description' => __('The [codegroup] shortcode allows you to group multiple shortcodes to be displayed as tabs inside enlighter.', 'enlighter') )); ?>