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') )); ?>

_settingsUtility->displayCheckbox( __('the_content', 'enlighter'), 'shortcode-filter-content', array( 'label' => __('Enable', 'enlighter'), 'description' => __('x', 'enlighter'), 'readmore' => 'https://codex.wordpress.org/Function_Reference/get_the_content' )); ?> _settingsUtility->displayCheckbox( __('the_excerpt', 'enlighter'), 'shortcode-filter-excerpt', array( 'label' => __('Enable', 'enlighter'), 'description' => __('x', 'enlighter'), 'readmore' => 'https://developer.wordpress.org/reference/functions/the_excerpt/' )); ?> _settingsUtility->displayCheckbox( __('widget_text', 'enlighter'), 'shortcode-filter-widget', array( 'label' => __('Enable', 'enlighter'), 'description' => __('x', 'enlighter'), 'readmore' => 'https://codex.wordpress.org/Plugin_API/Filter_Reference/widget_text' )); ?> _settingsUtility->displayCheckbox( __('comment_text', 'enlighter'), 'shortcode-filter-comment', array( 'label' => __('Enable', 'enlighter'), 'description' => __('x', 'enlighter'), 'readmore' => 'https://codex.wordpress.org/Function_Reference/comment_text' )); ?> _settingsUtility->displayCheckbox( __('comment_excerpt', 'enlighter'), 'shortcode-filter-commentexcerpt', array( 'label' => __('Enable', 'enlighter'), 'description' => __('x', 'enlighter'), 'readmore' => 'https://codex.wordpress.org/Function_Reference/comment_excerpt' )); ?>