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/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 );

}