Hello,
May be I am wrong but I think that this function ( inc/catcheverest-theme-options-defaults.php) doesn’t show up the catcheverest_options stored in the dbb anymore, surely because it’s an old version of the theme.
function catcheverest_options_set_defaults( $catcheverest_options_defaults ) {
$catcheverest_options_settings = array_merge( $catcheverest_options_defaults, (array) get_option( ‘catcheverest_options’, array() ) );
return $catcheverest_options_settings;
}
Is there a way to hook this and recover my content? Thx for your help.