/* How to include file options in theme */
if( function_exists( 'saga_redux_setup' ) ) {
	saga_redux_setup( $file_option );
}

/* This is your option name where all the Redux data is stored. */
$opt_name = "saga_options";