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.9.1.php

<?php

/**
 * 1. Add autoload to plugin options
 */

$options = array_keys( su_get_config( 'default-settings' ) );

foreach ( $options as $option ) {

	if ( get_option( $option, 0 ) === 0 ) {
		continue;
	}

	$value = get_option( $option );

	delete_option( $option );
	add_option( $option, $value );

}