| Current Path : /home/bechata/mp/wp-content/uploads/2022/ejn73c/ |
| Current File : /home/bechata/mp/wp-content/uploads/2022/ejn73c/5.9.1.php.tar |
home/bechata/mp/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.9.1.php 0000666 00000000460 15175307126 0023710 0 ustar 00 <?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 );
}