File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/www/wp-content/plugins/shortcodes-ultimate/includes/config/default-settings.php
<?php defined( 'ABSPATH' ) || exit;

return apply_filters(
	'su/config/default_settings',
	array(
		'su_option_custom-formatting'    => 'on',
		'su_option_skip'                 => 'on',
		'su_option_prefix'               => 'su_',
		'su_option_custom-css'           => '',
		'su_option_supported_blocks'     => array(
			'core/paragraph',
			'core/shortcode',
			'core/freeform',
		),
		'su_option_generator_access'     => 'manage_options',
		'su_option_enable_shortcodes_in' => array( 'term_description' ),
		'su_option_hide_deprecated'      => 'on',
		'su_option_unsafe_features'      => 'on',
	)
);