Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/shortcodes-ultimate/includes/upgrade/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.2.0.php

<?php

/**
 * 1. Add `su_option_generator_access` option.
 */
if ( false === get_option( 'su_option_generator_access' ) ) {
	add_option( 'su_option_generator_access', 'manage_options' );
}

/**
 * 2. Add `su_option_enable_shortcodes_in` option.
 */
if ( false === get_option( 'su_option_enable_shortcodes_in' ) ) {

	add_option(
		'su_option_enable_shortcodes_in',
		array( 'term_description', 'widget_text' )
	);

}