_settingsUtility->displayCheckbox(
__('Compatibility mode', 'enlighter'),
'compat-enabled',
array(
'label' => __('Enable', 'enlighter'),
'description' => __('This option has be enabled to use any of the compatibility modes!', 'enlighter')
));
?>
_settingsUtility->displayCheckbox(
__('the_content', 'enlighter'),
'compat-filter-content',
array(
'label' => __('Enable', 'enlighter'),
'description' => __('x', 'enlighter'),
'readmore' => 'https://codex.wordpress.org/Function_Reference/get_the_content'
));
?>
_settingsUtility->displayCheckbox(
__('the_excerpt', 'enlighter'),
'compat-filter-excerpt',
array(
'label' => __('Enable', 'enlighter'),
'description' => __('x', 'enlighter'),
'readmore' => 'https://developer.wordpress.org/reference/functions/the_excerpt/'
));
?>
_settingsUtility->displayCheckbox(
__('widget_text', 'enlighter'),
'compat-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'),
'compat-filter-comment',
array(
'label' => __('Enable', 'enlighter'),
'description' => __('x', 'enlighter'),
'readmore' => 'https://codex.wordpress.org/Function_Reference/comment_text'
));
?>
_settingsUtility->displayCheckbox(
__('comment_excerpt', 'enlighter'),
'compat-filter-commentexcerpt',
array(
'label' => __('Enable', 'enlighter'),
'description' => __('x', 'enlighter'),
'readmore' => 'https://codex.wordpress.org/Function_Reference/comment_excerpt'
));
?>